Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

What is Ziggo GO Fast Forward?

Ziggo GO Fast Forward is a Chrome extension developed by Glenn Kroeze, and its main feature is "Fast forward Ziggo GO streams without restrictions.".

Extension Screenshots

screenshot

Download Ziggo GO Fast Forward Extension CRX File

Download Ziggo GO Fast Forward extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
Official URL https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
Description Fast forward Ziggo GO streams without restrictions.
File Size 8.87 KB
Installation Count 1,495
Current Version 0.0.0.1
Last Updated 2020-09-04
Publish Date 2020-09-04
Rating 3.00/5 Total 2 Ratings
Developer Glenn Kroeze
Email [email protected]
Payment Type free
Supported Languages 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
}