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 |
官方網址 | 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" } |