Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

Qu'est-ce que Ziggo GO Fast Forward ?

Ziggo GO Fast Forward est une extension Chrome développée par Glenn Kroeze, et sa fonction principale est "Fast forward Ziggo GO streams without restrictions.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ziggo GO Fast Forward

Téléchargez les fichiers d'extension Ziggo GO Fast Forward au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
URL Officiel https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
Description Fast forward Ziggo GO streams without restrictions.
Taille du Fichier 8.87 KB
Nombre d'Installations 1,495
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2020-09-04
Date de Publication 2020-09-04
Évaluation 3.00/5 Total 2 Évaluations
Développeur Glenn Kroeze
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}