Video Speed
Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard
Video Speedとは何ですか?
Video SpeedはGil Amranによって開発されたChromeの拡張機能で、その主な機能は「Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard」です。
拡張機能のスクリーンショット
Video Speed拡張機能のCRXファイルをダウンロード
Video Speed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An easy way to control any HTML5 video playback speed. [ Slowdown the video ] Speedup the video. 0 Reset, and get back to normal speed - Go back 5 sec. + Skip 5 sec. Have fun! @gilamran Note: This extension will ONLY work on the HTML5 version of YouTube
拡張機能の基本情報
名前 | |
ID | fnjmlegmhldjolpmcfjhooibnchlafgg |
公式URL | https://chrome.google.com/webstore/detail/video-speed/fnjmlegmhldjolpmcfjhooibnchlafgg |
説明 | Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard |
ファイルサイズ | 23.07 KB |
インストール数 | 23,534 |
現在のバージョン | 2.0.7 |
最終更新日 | 2015-12-19 |
公開日 | 2015-12-19 |
評価 | 4.34/5 合計 83 レビュー |
開発者 | Gil Amran |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "27", "name": "__MSG_appName__", "short_name": "VideoSpeed", "default_locale": "en", "description": "__MSG_appDescription__", "version": "2.0.7", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content_scripts\/styles\/video-speed.css" ], "js": [ "content_scripts\/scripts\/video_speed_content_scripts.js" ], "all_frames": true, "run_at": "document_end" } ] } |