Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

Ziggo GO Fast Forwardคืออะไร?

Ziggo GO Fast Forward เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Glenn Kroeze และคุณลักษณะหลักของมันคือ "Fast forward Ziggo GO streams without restrictions."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ziggo GO Fast Forward

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

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

                        Imagine having to sit through 12 minutes of commercials while you're anxiously waiting to see who Kees van der Spek is gonna thonk on the head. With this extension, your troubles will be gone and your life will be better. Ever so slightly.                    

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

ชื่อ Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
คำอธิบาย Fast forward Ziggo GO streams without restrictions.
ขนาดไฟล์ 8.87 KB
จำนวนการติดตั้ง 1,495
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2020-09-04
วันที่เผยแพร่ 2020-09-04
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Glenn Kroeze
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ziggo GO Fast Forward",
    "version": "0.0.0.1",
    "description": "Fast forward Ziggo GO streams without restrictions.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ziggogo.tv\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "unrestrictVideo.js"
            ]
        }
    ],
    "manifest_version": 2
}