Video Speed Control x0.1-5
Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
Hvad er Video Speed Control x0.1-5?
Video Speed Control x0.1-5 er en Chrome-udvidelse udviklet af https://covidcures.live, og dens hovedfunktion er "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.".
Udvidelsesskærmbilleder
Download Video Speed Control x0.1-5-udvidelses-CRX-fil
Download Video Speed Control x0.1-5-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lcdjldcaalmmkpogignniieicpdlhpmb |
| Officiel URL | https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb |
| Beskrivelse | Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites. |
| Filstørrelse | 181 KB |
| Antal Installationer | 220 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2021-03-08 |
| Udgivelsesdato | 2021-02-23 |
| Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://covidcures.live |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Speed Control x0.1-5",
"version": "1.2.0",
"description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"\/js\/popup.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Video Speed Control",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png",
"512": "icons\/icon-512.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png",
"512": "icons\/icon-512.png"
},
"manifest_version": 2
} | |