Automatically Skip Hulu Ads

A chrome extension that automatically skips Hulu Ads.

Automatically Skip Hulu Adsคืออะไร?

Automatically Skip Hulu Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adisoni และคุณลักษณะหลักของมันคือ "A chrome extension that automatically skips Hulu Ads."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automatically Skip Hulu Ads

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

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

                        A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds.                    

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

ชื่อ Automatically Skip Hulu Ads Automatically Skip Hulu Ads
ID plabahifjnfhbllgppohefkgpcfbillk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk
คำอธิบาย A chrome extension that automatically skips Hulu Ads.
ขนาดไฟล์ 40.62 KB
จำนวนการติดตั้ง 4,046
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-07-16
วันที่เผยแพร่ 2019-05-26
คะแนน 3.53/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Adisoni
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Automatically Skip Hulu Ads",
    "description": "A chrome extension that automatically skips Hulu Ads.",
    "version": "1.4",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ]
        }
    ],
    "icons": {
        "1000": "icon.png"
    }
}