Video Speed Control x0.1-5

Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.

Wat is Video Speed Control x0.1-5?

Video Speed Control x0.1-5 is een Chrome-extensie ontwikkeld door https://covidcures.live, en de belangrijkste functie is "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Speed Control x0.1-5

Download Video Speed Control x0.1-5-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!                    

Basisinformatie over de Extensie

Naam Video Speed Control x0.1-5 Video Speed Control x0.1-5
ID lcdjldcaalmmkpogignniieicpdlhpmb
Officiële URL https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb
Beschrijving Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
Bestandsgrootte 181 KB
Aantal Installaties 220
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-03-08
Publicatiedatum 2021-02-23
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://covidcures.live
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}