Adblocker for Hotstar

Blocks Ads on Hotstar and YT

Wat is Adblocker for Hotstar?

Adblocker for Hotstar is een Chrome-extensie ontwikkeld door abhijeetanil18, en de belangrijkste functie is "Blocks Ads on Hotstar and YT".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Adblocker for Hotstar

Download Adblocker for Hotstar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Adblocker for Hotstar Adblocker for Hotstar
ID pjdceihncicancgcmajdigmlejhdkfcf
Officiële URL https://chromewebstore.google.com/detail/adblocker-for-hotstar/pjdceihncicancgcmajdigmlejhdkfcf
Beschrijving Blocks Ads on Hotstar and YT
Bestandsgrootte 16.01 KB
Aantal Installaties 2,655
Huidige Versie 1.1
Laatst Bijgewerkt 2023-05-12
Publicatiedatum 2022-09-06
Beoordeling 4.36/5 Totaal 25 Beoordelingen
Ontwikkelaar abhijeetanil18
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}