Adblocker for Hotstar

Blocks Ads on Hotstar and YT

Cos'è Adblocker for Hotstar?

Adblocker for Hotstar è un'estensione di Chrome sviluppata da abhijeetanil18, e la sua funzione principale è "Blocks Ads on Hotstar and YT".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Adblocker for Hotstar

Scarica i file di estensione Adblocker for Hotstar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adblock for Hotstar

Install the Hotstar Adblocker extension to remove ads from hotstar for free. Yes watch hotstar favorite shows and movies without ads. Now the extension also blocks ads on multiple platforms like Hotstar and Youtube pages.

Step:
1. Install the Hotstar Adblocker Extension.
2. Thats it and your hotstar is now without ads                    

Informazioni di Base sull'Estensione

Nome Adblocker for Hotstar Adblocker for Hotstar
ID pjdceihncicancgcmajdigmlejhdkfcf
URL Ufficiale https://chromewebstore.google.com/detail/adblocker-for-hotstar/pjdceihncicancgcmajdigmlejhdkfcf
Descrizione Blocks Ads on Hotstar and YT
Dimensione del File 16.01 KB
Conteggio Installazioni 2,655
Versione Corrente 1.1
Ultimo Aggiornamento 2023-05-12
Data di Pubblicazione 2022-09-06
Valutazione 4.36/5 Totale 25 Valutazioni
Sviluppatore abhijeetanil18
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker for Hotstar",
    "version": "1.1",
    "description": "Blocks Ads on Hotstar and YT",
    "background": {
        "service_worker": "background\/background.js"
    },
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "blocklist.json"
            }
        ]
    },
    "icons": {
        "128": "hotstaradblocker128.png"
    },
    "action": {
        "default_icon": "hotstaradblocker128.png",
        "default_title": "Adblocker for Hotstar"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}