Ziggo GO Fast Forward
Fast forward Ziggo GO streams without restrictions.
ما هو Ziggo GO Fast Forward؟
Ziggo GO Fast Forward هو إضافة Chrome تم تطويرها بواسطة Glenn Kroeze، والميزة الرئيسية لها هي "Fast forward Ziggo GO streams without restrictions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ziggo GO Fast Forward
قم بتنزيل ملفات الامتداد Ziggo GO Fast Forward بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Ziggo GO Fast Forward |
ID | fghlihhodmdhjbflkmhmfaibhilclahc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ziggo-go-fast-forward/fghlihhodmdhjbflkmhmfaibhilclahc |
الوصف | Fast forward Ziggo GO streams without restrictions. |
حجم الملف | 8.87 KB |
عدد التثبيتات | 1,495 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2020-09-04 |
تاريخ النشر | 2020-09-04 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Glenn Kroeze |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |