Ziggo GO Fast Forward
Fast forward Ziggo GO streams without restrictions.
Apa itu Ziggo GO Fast Forward?
Ziggo GO Fast Forward adalah ekstensi Chrome yang dikembangkan oleh Glenn Kroeze, dan fitur utamanya adalah "Fast forward Ziggo GO streams without restrictions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ziggo GO Fast Forward
Unduh file ekstensi Ziggo GO Fast Forward dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Ziggo GO Fast Forward |
ID | fghlihhodmdhjbflkmhmfaibhilclahc |
URL Resmi | https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc |
Deskripsi | Fast forward Ziggo GO streams without restrictions. |
Ukuran File | 8.87 KB |
Jumlah Instalasi | 1,495 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2020-09-04 |
Tanggal Publikasi | 2020-09-04 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Glenn Kroeze |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |