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
电子邮箱 [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
}