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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Time Squasher - EuroSportPlayer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |