Hiper AdBlock for Websites & YouTube™

Hiper AdBlock removes unwanted ad on websites and videos.

Was ist Hiper AdBlock for Websites & YouTube™?

Hiper AdBlock for Websites & YouTube™ ist eine Chrome-Erweiterung, die von Ultra AdBlock entwickelt wurde, und ihr Hauptmerkmal ist "Hiper AdBlock removes unwanted ad on websites and videos.".

Erweiterungsscreenshots

screenshot

Hiper AdBlock for Websites & YouTube™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hiper AdBlock for Websites & YouTube™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Hiper AdBlock for Websites & YouTube™ Hiper AdBlock for Websites & YouTube™
ID ehbcbdefgokbnkgnkecmlabccnfnodab
Offizielle URL https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab
Beschreibung Hiper AdBlock removes unwanted ad on websites and videos.
Dateigröße 284 KB
Installationsanzahl 123,215
Aktuelle Version 2.0.0.9
Letztes Update 2023-02-16
Veröffentlichungsdatum 2022-09-06
Bewertung 4.39/5 Insgesamt 310 Bewertungen
Entwickler Ultra AdBlock
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ultra-adblock.com/
Hilfeseite URL https://www.ultra-adblock.com/
URL der Datenschutzrichtlinien-Seite https://www.ultra-adblock.com/privacy-policy.html
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}