Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc

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

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

Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc is a Chrome extension developed by hawkbrad975, and its main feature is "Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages".

Extension Screenshots

screenshot
screenshot

Download Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc Extension CRX File

Download Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc Adblocker - YOUTUBE™, HOTSTAR, SONYLIV etc
ID bchbbbpmoennlbaccniopjhaedlojdeh
Official URL https://chrome.google.com/webstore/detail/adblocker-youtube-hotstar/bchbbbpmoennlbaccniopjhaedlojdeh
Description Adblocker for YOUTUBE™, Hotstar, Sonyliv and also blocks display ads on all pages
File Size 28.46 KB
Installation Count 40,000
Current Version 1.7
Last Updated 2022-08-03
Publish Date 2021-09-22
Rating 4.83/5 Total 763 Ratings
Developer hawkbrad975
Email [email protected]
Payment Type free
Extension Website https://adblocker-for-youtube-tofrd.ondigitalocean.app/
Privacy Policy Page URL https://hawkbrad.github.io/privacy-policy-yt
Supported Languages 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
}