Time Squasher - EuroSportPlayer
Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind
ما هو Time Squasher - EuroSportPlayer؟
Time Squasher - EuroSportPlayer هو إضافة Chrome تم تطويرها بواسطة Jamhead، والميزة الرئيسية لها هي "Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time Squasher - EuroSportPlayer
قم بتنزيل ملفات الامتداد Time Squasher - EuroSportPlayer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hides the time bar on videos for EuroSportPlayer on eurosportplayer.com so you don't know the result by how long is left, and adds buttons so that you can still fast-forward/rewind without knowing the time left. Also hides the length of matches in video thumbnails on the video selection screen. For firefox extension: https://addons.mozilla.org/en-US/firefox/addon/time-squasher-eurosportplayer/
معلومات أساسية عن التمديد
الاسم | |
ID | cfeogkkfaiielaeadmmldibmnjnpgkni |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/time-squasher-eurosportpl/cfeogkkfaiielaeadmmldibmnjnpgkni |
الوصف | Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind |
حجم الملف | 437 KB |
عدد التثبيتات | 268 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2017-09-11 |
تاريخ النشر | 2017-09-11 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | Jamhead |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Squasher - EuroSportPlayer", "version": "1.0.5", "description": "Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/active-squasher-icon128.png", "default_title": "squasher", "default_popup": "popup.html" }, "icons": { "48": "icons\/active-squasher-icon48.png", "128": "icons\/active-squasher-icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.eurosportplayer.*\/*" ], "css": [ "squasher.css" ], "js": [ "eurosport_squasher.js" ] } ] } |