Adblocker for Hotstar

Blocks Ads on Hotstar and YT

Adblocker for Hotstarとは何ですか?

Adblocker for Hotstarはabhijeetanil18によって開発されたChromeの拡張機能で、その主な機能は「Blocks Ads on Hotstar and YT」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Adblocker for Hotstar拡張機能のCRXファイルをダウンロード

Adblocker for Hotstar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Adblocker for Hotstar Adblocker for Hotstar
ID pjdceihncicancgcmajdigmlejhdkfcf
公式URL https://chromewebstore.google.com/detail/adblocker-for-hotstar/pjdceihncicancgcmajdigmlejhdkfcf
説明 Blocks Ads on Hotstar and YT
ファイルサイズ 16.01 KB
インストール数 2,655
現在のバージョン 1.1
最終更新日 2023-05-12
公開日 2022-09-06
評価 4.36/5 合計 25 レビュー
開発者 abhijeetanil18
Eメール abhijeetanil18@gmail.com
支払い方法 free
対応言語 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"
        }
    ]
}