Video Speed Tweak
Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
Video Speed Tweakとは何ですか?
Video Speed Tweakはrobotreplyによって開発されたChromeの拡張機能で、その主な機能は「Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.」です。
Video Speed Tweak拡張機能のCRXファイルをダウンロード
Video Speed Tweak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Set the default YouTube video speed to 2.5x
拡張機能の基本情報
名前 | ![]() |
ID | inkbcfnbjddnjfdkogbjcljioedfamag |
公式URL | https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag |
説明 | Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5. |
ファイルサイズ | 92.36 KB |
インストール数 | 27 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-10-16 |
公開日 | 2014-10-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | robotreply |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "main.css" ], "js": [ "jquery-1.7.2.min.js", "main.js" ], "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "run_at": "document_end" } ], "description": "Change YouTube\/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "27", "name": "Video Speed Tweak", "short_name": "VideoSpeed Tweak", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |