Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

什麼是Ziggo GO Fast Forward?

Ziggo GO Fast Forward是由Glenn Kroeze開發的Chrome擴展程式,該擴展的主要功能是“Fast forward Ziggo GO streams without restrictions.”。

擴展截圖

screenshot

下載Ziggo GO Fast Forward擴展crx文件

下載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
官方網址 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
}