Hotstar Ad Blocker

Say goodbye to Hotstar ads forever!

Hotstar Ad Blockerคืออะไร?

Hotstar Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hotstaradblocker.com และคุณลักษณะหลักของมันคือ "Say goodbye to Hotstar ads forever!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Hotstar Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hotstar Ad Blocker is a user-friendly extension that strictly removes all ads on Hotstar providing you with a seamless streaming experience.
 
Overview:-

Hotstar Ad Blocker removes all types of ads on Hotstar. This is a free tool that enhances your Hotstar streaming experience by blocking all the advertisements. Hotstar Ad Blocker is the most efficient and fast way to remove and skip the ads from Hotstar. 
 
Features: -
 
Here are the unique features of the Hotstar Ad Blocker extension:-
- This is a lightweight extension that does not impact your device’s speed. 
- You will be able to watch Hotstar without any commercials. 
- The extension works automatically right after you install it and blocks all ads without any exceptions. 
- You can install the extension for free and experience ad-free Hotstar streaming. 
 
How to use the Hotstar Ad Blocker: -
 
The extension allows you to watch your favorite shows on Hotstar with zero ads. It not only saves your time but also improves your Hotstar streaming experience by eradicating all the annoying ads. 
 
You can easily install it by clicking on the “Add to Chrome” button. All you need to do is, install the Hotstar Ad Blocker extension on your device and remember to enable it when you watch Hotstar. 
 
Disclaimer: - 
 
Hotstar is a trademark of Star India, Disney Media and Entertainment Distribution, both a division of The Walt Disney Company. This extension is an independent project. The extension and its developer are in no way affiliated.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hotstar Ad Blocker Hotstar Ad Blocker
ID hacogolfhplehfdeknkjnlblnghglfbp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hotstar-ad-blocker/hacogolfhplehfdeknkjnlblnghglfbp
คำอธิบาย Say goodbye to Hotstar ads forever!
ขนาดไฟล์ 27.21 KB
จำนวนการติดตั้ง 487
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2022-03-07
วันที่เผยแพร่ 2021-10-13
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา http://hotstaradblocker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hotstaradblocker.com
URL หน้าช่วยเหลือ https://www.hotstaradblocker.com/support/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hotstar Ad Blocker",
    "version": "0.5",
    "description": "Say goodbye to Hotstar ads forever!",
    "permissions": [
        "webRequest",
        "storage",
        "webRequestBlocking"
    ],
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "img\/48.png"
        }
    },
    "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'",
    "background": {
        "scripts": [
            "background.js",
            "block.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "skip.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true
        }
    ]
}