Video Speed Controller
Control the speed of your video!
Vad är Video Speed Controller?
Video Speed Controller är en Chrome-tillägg utvecklad av markcc95, och dess huvudfunktion är "Control the speed of your video!".
Tilläggsskärmbilder
Ladda ner Video Speed Controller-förlängningens CRX-fil
Ladda ner Video Speed Controller-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
It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input. Grundläggande Information om Tillägg
| Namn | |
| ID | gkikefhphmjpcnhmgmahlahlgbjnhcbd |
| Officiell webbadress | https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd |
| Beskrivning | Control the speed of your video! |
| Filstorlek | 20.22 KB |
| Antal Installationer | 1,339 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2021-05-18 |
| Publiceringsdatum | 2021-05-13 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | markcc95 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Speed Controller",
"description": "Control the speed of your video!",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon-16x16.png",
"32": "\/images\/icon-32x32.png",
"48": "\/images\/icon-48x48.png",
"128": "\/images\/icon-128x128.png"
}
},
"icons": {
"16": "\/images\/icon-16x16.png",
"32": "\/images\/icon-32x32.png",
"48": "\/images\/icon-48x48.png",
"128": "\/images\/icon-128x128.png"
}
} | |