Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

Vad är Ziggo GO Fast Forward?

Ziggo GO Fast Forward är en Chrome-tillägg utvecklad av Glenn Kroeze, och dess huvudfunktion är "Fast forward Ziggo GO streams without restrictions.".

Tilläggsskärmbilder

screenshot

Ladda ner Ziggo GO Fast Forward-förlängningens CRX-fil

Ladda ner Ziggo GO Fast Forward-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ziggo GO Fast Forward Ziggo GO Fast Forward
ID fghlihhodmdhjbflkmhmfaibhilclahc
Officiell webbadress https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc
Beskrivning Fast forward Ziggo GO streams without restrictions.
Filstorlek 8.87 KB
Antal Installationer 1,495
Aktuell Version 0.0.0.1
Senast Uppdaterad 2020-09-04
Publiceringsdatum 2020-09-04
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Glenn Kroeze
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}