Video Speed Tweak
Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
What is Video Speed Tweak?
Video Speed Tweak is a Chrome extension developed by robotreply, and its main feature is "Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.".
Download Video Speed Tweak Extension CRX File
Download Video Speed Tweak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Set the default YouTube video speed to 2.5x
Extension Basic Information
Name | ![]() |
ID | inkbcfnbjddnjfdkogbjcljioedfamag |
Official URL | https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag |
Description | Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5. |
File Size | 92.36 KB |
Installation Count | 27 |
Current Version | 0.0.1 |
Last Updated | 2014-10-16 |
Publish Date | 2014-10-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | robotreply |
Payment Type | free |
Supported Languages | 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" } |