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
Qu'est-ce que Time Squasher - EuroSportPlayer ?
Time Squasher - EuroSportPlayer est une extension Chrome développée par Jamhead, et sa fonction principale est "Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time Squasher - EuroSportPlayer
Téléchargez les fichiers d'extension Time Squasher - EuroSportPlayer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | cfeogkkfaiielaeadmmldibmnjnpgkni |
URL Officiel | https://chromewebstore.google.com/detail/time-squasher-eurosportpl/cfeogkkfaiielaeadmmldibmnjnpgkni |
Description | Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind |
Taille du Fichier | 437 KB |
Nombre d'Installations | 268 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2017-09-11 |
Date de Publication | 2017-09-11 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Jamhead |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |