Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc

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

Vad är Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc?

Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc är en Chrome-tillägg utvecklad av hawkbrad975, och dess huvudfunktion är "Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc-förlängningens CRX-fil

Ladda ner Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc
ID bchbbbpmoennlbaccniopjhaedlojdeh
Officiell webbadress https://chrome.google.com/webstore/detail/adblocker-youtube-hotstar/bchbbbpmoennlbaccniopjhaedlojdeh
Beskrivning Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages
Filstorlek 28.46 KB
Antal Installationer 40,000
Aktuell Version 1.7
Senast Uppdaterad 2022-08-03
Publiceringsdatum 2021-09-22
Betyg 4.83/5 Totalt 763 Betyg
Utvecklare hawkbrad975
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://adblocker-for-youtube-tofrd.ondigitalocean.app/
URL till Sekretesspolicy Sidan https://hawkbrad.github.io/privacy-policy-yt
Stödda Språk 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
}