Video Speed Tweak
Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
Vad är Video Speed Tweak?
Video Speed Tweak är en Chrome-tillägg utvecklad av robotreply, och dess huvudfunktion är "Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.".
Ladda ner Video Speed Tweak-förlängningens CRX-fil
Ladda ner Video Speed Tweak-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Set the default YouTube video speed to 2.5x
Grundläggande Information om Tillägg
Namn | ![]() |
ID | inkbcfnbjddnjfdkogbjcljioedfamag |
Officiell webbadress | https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag |
Beskrivning | Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5. |
Filstorlek | 92.36 KB |
Antal Installationer | 27 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2014-10-16 |
Publiceringsdatum | 2014-10-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | robotreply |
Betalningssätt | free |
Stödda Språk | 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" } |