Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc

Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages

Was ist Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc?

Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc ist eine Chrome-Erweiterung, die von hawkbrad975 entwickelt wurde, und ihr Hauptmerkmal ist "Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages".

Erweiterungsscreenshots

screenshot
screenshot

Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc-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

                        Ad blocker for YOUTUBE™, HOTSTAR, SONYLIV and also blocks display ads on all pages. It improves your browsing experience. Keeps you away from annoying ads. 
This Ad blocker  is very simple to use. Tap the install button and here you go.

*STEPS*
1. Install Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc
2. Surf ads free web 

BLOCKS ADS ON
1. Youtube
2. Hotstar
3. Sonyliv

***  This extension also blocks display ads on all sites  ***

Upcoming features 
1. More platforms coming soon.

UPDATES
0.4 
1. Removes youtube text ads
0.5
2. updated selectors
0.6
3. enhanced adblocking
1.0
4. updated selectors
1.1 minor update
1.2 UX bug
1.5 minor fix                    

Grundlegende Informationen zur Erweiterung

Name Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc
ID bchbbbpmoennlbaccniopjhaedlojdeh
Offizielle URL https://chrome.google.com/webstore/detail/adblocker-youtube-hotstar/bchbbbpmoennlbaccniopjhaedlojdeh
Beschreibung Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages
Dateigröße 28.46 KB
Installationsanzahl 40,000
Aktuelle Version 1.7
Letztes Update 2022-08-03
Veröffentlichungsdatum 2021-09-22
Bewertung 4.83/5 Insgesamt 763 Bewertungen
Entwickler hawkbrad975
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://adblocker-for-youtube-tofrd.ondigitalocean.app/
URL der Datenschutzrichtlinien-Seite https://hawkbrad.github.io/privacy-policy-yt
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker - YOUTUBE\u2122, HOTSTAR, SONYLIV etc",
    "version": "1.7",
    "description": "Adblocker for YOUTUBE\u2122, Hotstar, Sonyliv and also blocks display ads on all pages",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "128": "yticon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "yticon128.png"
        }
    },
    "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'",
    "background": {
        "scripts": [
            "b\/ba.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "c\/ca.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}