Ziggo GO Fast Forward
Fast forward Ziggo GO streams without restrictions.
Hvad er Ziggo GO Fast Forward?
Ziggo GO Fast Forward er en Chrome-udvidelse udviklet af Glenn Kroeze, og dens hovedfunktion er "Fast forward Ziggo GO streams without restrictions.".
Udvidelsesskærmbilleder
Download Ziggo GO Fast Forward-udvidelses-CRX-fil
Download Ziggo GO Fast Forward-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Ziggo GO Fast Forward |
ID | fghlihhodmdhjbflkmhmfaibhilclahc |
Officiel URL | https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc |
Beskrivelse | Fast forward Ziggo GO streams without restrictions. |
Filstørrelse | 8.87 KB |
Antal Installationer | 1,495 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2020-09-04 |
Udgivelsesdato | 2020-09-04 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | Glenn Kroeze |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |