Video Speed Changer

This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…

Vad är Video Speed Changer?

Video Speed Changer är en Chrome-tillägg utvecklad av the.sh.developer, och dess huvudfunktion är "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".

Tilläggsskärmbilder

screenshot

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

Ladda ner Video Speed Changer-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

                        This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.                    

Grundläggande Information om Tillägg

Namn Video Speed Changer Video Speed Changer
ID nkgldikaifljadeeogdbanlckplpbffj
Officiell webbadress https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj
Beskrivning This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Filstorlek 6.23 KB
Antal Installationer 13,875
Aktuell Version 1.0
Senast Uppdaterad 2015-11-30
Publiceringsdatum 2015-11-30
Betyg 4.22/5 Totalt 36 Betyg
Utvecklare the.sh.developer
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Changer",
    "version": "1.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "Video Speed Changer",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "VideoSpeedChangerLoader.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}