Adblocker for Hotstar

Adblocker for Hotstar

Qu'est-ce que Adblocker for Hotstar ?

Adblocker for Hotstar est une extension Chrome développée par Kevin, et sa fonction principale est "Adblocker for Hotstar".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Adblocker for Hotstar

Téléchargez les fichiers d'extension Adblocker for Hotstar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Adblocker for Hotstar Adblocker for Hotstar
ID amfnmppobifocognafjmgnedfjjjjjck
URL Officiel https://chrome.google.com/webstore/detail/adblocker-for-hotstar/amfnmppobifocognafjmgnedfjjjjjck
Description Adblocker for Hotstar
Taille du Fichier 17.5 KB
Nombre d'Installations 1,000
Version Actuelle 0.5
Dernière Mise à Jour 2022-07-25
Date de Publication 2021-09-20
Évaluation 4.33/5 Total 6 Évaluations
Développeur Kevin
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://hawkbrad.github.io/privacy-policy
Langues Prises en Charge 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
}