Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

Cos'è Ziggo GO Fast Forward?

Ziggo GO Fast Forward è un'estensione di Chrome sviluppata da Glenn Kroeze, e la sua funzione principale è "Fast forward Ziggo GO streams without restrictions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ziggo GO Fast Forward

Scarica i file di estensione Ziggo GO Fast Forward in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
URL Ufficiale https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
Descrizione Fast forward Ziggo GO streams without restrictions.
Dimensione del File 8.87 KB
Conteggio Installazioni 1,495
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2020-09-04
Data di Pubblicazione 2020-09-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Glenn Kroeze
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}