Speed Control
Control the speed of HTML5 video
Vad är Speed Control?
Speed Control är en Chrome-tillägg utvecklad av Josh Miles, och dess huvudfunktion är "Control the speed of HTML5 video".
Tilläggsskärmbilder
Ladda ner Speed Control-förlängningens CRX-fil
Ladda ner Speed Control-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
This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.
Grundläggande Information om Tillägg
Namn | Speed Control |
ID | licimfihnglekdccgjijhmfdocplhdbk |
Officiell webbadress | https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk |
Beskrivning | Control the speed of HTML5 video |
Filstorlek | 8.96 KB |
Antal Installationer | 14,962 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2017-10-26 |
Publiceringsdatum | 2017-10-26 |
Betyg | 4.93/5 Totalt 29 Betyg |
Utvecklare | Josh Miles |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/milesjos/speed-control |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Control", "description": "Control the speed of HTML5 video", "version": "1.1.1", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "128": "icon.png" } } |