Video Speed Control x0.1-5
Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
Was ist Video Speed Control x0.1-5?
Video Speed Control x0.1-5 ist eine Chrome-Erweiterung, die von https://covidcures.live entwickelt wurde, und ihr Hauptmerkmal ist "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.".
Erweiterungsscreenshots
Video Speed Control x0.1-5-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Speed Control x0.1-5-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!
Grundlegende Informationen zur Erweiterung
Name | Video Speed Control x0.1-5 |
ID | lcdjldcaalmmkpogignniieicpdlhpmb |
Offizielle URL | https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb |
Beschreibung | Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites. |
Dateigröße | 181 KB |
Installationsanzahl | 220 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2021-03-08 |
Veröffentlichungsdatum | 2021-02-23 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://covidcures.live |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |