Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

Wat is Ziggo GO Fast Forward?

Ziggo GO Fast Forward is een Chrome-extensie ontwikkeld door Glenn Kroeze, en de belangrijkste functie is "Fast forward Ziggo GO streams without restrictions.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ziggo GO Fast Forward

Download Ziggo GO Fast Forward-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
Officiële URL https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
Beschrijving Fast forward Ziggo GO streams without restrictions.
Bestandsgrootte 8.87 KB
Aantal Installaties 1,495
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2020-09-04
Publicatiedatum 2020-09-04
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Glenn Kroeze
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}