Html5 Video Speed Control

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

Vad är Html5 Video Speed Control?

Html5 Video Speed Control är en Chrome-tillägg utvecklad av Eric, och dess huvudfunktion är "This extension allows the user to change the Html5 Video Speed.".

Tilläggsskärmbilder

screenshot

Ladda ner Html5 Video Speed Control-förlängningens CRX-fil

Ladda ner Html5 Video Speed Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Html5 Video Speed Control Html5 Video Speed Control
ID kdeohphfaeoaeocgalpfjabofhfnikjc
Officiell webbadress https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc
Beskrivning This extension allows the user to change the Html5 Video Speed.
Filstorlek 31.58 KB
Antal Installationer 84
Aktuell Version 1.0
Senast Uppdaterad 2019-06-01
Publiceringsdatum 2019-06-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Eric
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}