Adblocker for Hotstar

Adblocker for Hotstar

What is Adblocker for Hotstar?

Adblocker for Hotstar is a Chrome extension developed by Kevin, and its main feature is "Adblocker for Hotstar".

Extension Screenshots

screenshot
screenshot

Download Adblocker for Hotstar Extension CRX File

Download Adblocker for Hotstar 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 Hotstar, now blocks all the video ads on Hotstar and also blocks display ads on all platforms. It improves your online video watching experience. Keeps you away from annoying video ads and display ads.  
Ad blocker for Hotstar is very simple to use. Tap the install button and here you go.
Install for Ad free video experience for FREE!!!!

**STEPS**
1. Install Ad blocker for Hotstar 
2. Enjoy your ads free online video watching experience

Upcoming features 
1. More platforms coming soon.

Updates:
0.2 - blocks google display ads on website and improved Youtube video ad blocking. 
0.3 - updated youtube selectors
0.4 - enhanced the blocking code                    

Extension Basic Information

Name Adblocker for Hotstar Adblocker for Hotstar
ID amfnmppobifocognafjmgnedfjjjjjck
Official URL https://chrome.google.com/webstore/detail/adblocker-for-hotstar/amfnmppobifocognafjmgnedfjjjjjck
Description Adblocker for Hotstar
File Size 17.5 KB
Installation Count 1,000
Current Version 0.5
Last Updated 2022-07-25
Publish Date 2021-09-20
Rating 4.33/5 Total 6 Ratings
Developer Kevin
Email [email protected]
Payment Type free
Privacy Policy Page URL https://hawkbrad.github.io/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker for Hotstar",
    "version": "0.5",
    "description": "Adblocker for Hotstar",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "128": "hotstar128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "hotstar128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}