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
公式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
Eメール [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
}