speed up videos

This extension speed up videos based in HTML5, like udemy and youtube

Vad är speed up videos?

speed up videos är en Chrome-tillägg utvecklad av leodecm3, och dess huvudfunktion är "This extension speed up videos based in HTML5, like udemy and youtube".

Tilläggsskärmbilder

screenshot

Ladda ner speed up videos-förlängningens CRX-fil

Ladda ner speed up videos-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 extension of the freedom to increase the speed of videos based on HTML5. Allows it to increase to 3.5x, 4.0x or custom                    

Grundläggande Information om Tillägg

Namn speed up videos speed up videos
ID lkfbcmacdfoadbamjdimpjmlkgbpfpbg
Officiell webbadress https://chromewebstore.google.com/detail/speed-up-videos/lkfbcmacdfoadbamjdimpjmlkgbpfpbg
Beskrivning This extension speed up videos based in HTML5, like udemy and youtube
Filstorlek 75.29 KB
Antal Installationer 202
Aktuell Version 2.0
Senast Uppdaterad 2017-08-10
Publiceringsdatum 2017-08-09
Betyg 4.29/5 Totalt 7 Betyg
Utvecklare leodecm3
E-post [email protected]
Betalningssätt free
Stödda Språk pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speed up videos",
    "description": "This extension speed up videos based in HTML5, like udemy and youtube",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}