Adblocker for Hotstar

Blocks Ads on Hotstar and YT

Adblocker for Hotstarคืออะไร?

Adblocker for Hotstar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abhijeetanil18 และคุณลักษณะหลักของมันคือ "Blocks Ads on Hotstar and YT"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker for Hotstar

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [email protected]
ประเภทการชำระเงิน 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"
        }
    ]
}