Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc

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

Wat is Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc?

Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc is een Chrome-extensie ontwikkeld door hawkbrad975, en de belangrijkste functie is "Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc

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

                        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                    

Basisinformatie over de Extensie

Naam Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc
ID bchbbbpmoennlbaccniopjhaedlojdeh
Officiële URL https://chrome.google.com/webstore/detail/adblocker-youtube-hotstar/bchbbbpmoennlbaccniopjhaedlojdeh
Beschrijving Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages
Bestandsgrootte 28.46 KB
Aantal Installaties 40,000
Huidige Versie 1.7
Laatst Bijgewerkt 2022-08-03
Publicatiedatum 2021-09-22
Beoordeling 4.83/5 Totaal 763 Beoordelingen
Ontwikkelaar hawkbrad975
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://adblocker-for-youtube-tofrd.ondigitalocean.app/
URL van de Privacybeleid Pagina https://hawkbrad.github.io/privacy-policy-yt
Ondersteunde Talen 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
}