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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Time Squasher - EuroSportPlayer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |