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 |
公式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 |
Eメール | [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" ] } ] } |