Html5 Video Speed Control

This extension allows the user to change the Html5 Video Speed.

Wat is Html5 Video Speed Control?

Html5 Video Speed Control is een Chrome-extensie ontwikkeld door Eric, en de belangrijkste functie is "This extension allows the user to change the Html5 Video Speed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Html5 Video Speed Control

Download Html5 Video Speed Control-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

                        The appearance and description are aweful, but the extension is awesome.                    

Basisinformatie over de Extensie

Naam Html5 Video Speed Control Html5 Video Speed Control
ID kdeohphfaeoaeocgalpfjabofhfnikjc
Officiële URL https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc
Beschrijving This extension allows the user to change the Html5 Video Speed.
Bestandsgrootte 31.58 KB
Aantal Installaties 84
Huidige Versie 1.0
Laatst Bijgewerkt 2019-06-01
Publicatiedatum 2019-06-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Eric
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Html5 Video Speed Control",
    "description": "This extension allows the user to change the Html5 Video Speed.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}