Hiper AdBlock for Websites & YouTube™

Hiper AdBlock removes unwanted ad on websites and videos.

Wat is Hiper AdBlock for Websites & YouTube™?

Hiper AdBlock for Websites & YouTube™ is een Chrome-extensie ontwikkeld door Ultra AdBlock, en de belangrijkste functie is "Hiper AdBlock removes unwanted ad on websites and videos.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hiper AdBlock for Websites & YouTube™

Download Hiper AdBlock for Websites & YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Removes ads and pop-ups on YouTube™ and your favorite websites, all with low CPU and RAM consumption.

Characteristics:
- Removes ads, banner and popups
- Remove ads on videos on YouTube™

News:
- Already updated to be used with the new Google Chrome update.

It's free to download and use!                    

Basisinformatie over de Extensie

Naam Hiper AdBlock for Websites & YouTube™ Hiper AdBlock for Websites & YouTube™
ID ehbcbdefgokbnkgnkecmlabccnfnodab
Officiële URL https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab
Beschrijving Hiper AdBlock removes unwanted ad on websites and videos.
Bestandsgrootte 284 KB
Aantal Installaties 123,215
Huidige Versie 2.0.0.9
Laatst Bijgewerkt 2023-02-16
Publicatiedatum 2022-09-06
Beoordeling 4.39/5 Totaal 310 Beoordelingen
Ontwikkelaar Ultra AdBlock
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.ultra-adblock.com/
Help Pagina-URL https://www.ultra-adblock.com/
URL van de Privacybeleid Pagina https://www.ultra-adblock.com/privacy-policy.html
Ondersteunde Talen de,en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "2.0.0.9",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/block-sites-ads.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "scripts\/block-list.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}