Video Speed Controller

Control the speed of your video!

Wat is Video Speed Controller?

Video Speed Controller is een Chrome-extensie ontwikkeld door markcc95, en de belangrijkste functie is "Control the speed of your video!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Speed Controller

Download Video Speed Controller-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

                        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.                    

Basisinformatie over de Extensie

Naam Video Speed Controller Video Speed Controller
ID gkikefhphmjpcnhmgmahlahlgbjnhcbd
Officiële URL https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd
Beschrijving Control the speed of your video!
Bestandsgrootte 20.22 KB
Aantal Installaties 1,339
Huidige Versie 1.1
Laatst Bijgewerkt 2021-05-18
Publicatiedatum 2021-05-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar markcc95
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}