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…

Qu'est-ce que Video Speed Changer ?

Video Speed Changer est une extension Chrome développée par the.sh.developer, et sa fonction principale est "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Video Speed Changer

Téléchargez les fichiers d'extension Video Speed Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Video Speed Changer Video Speed Changer
ID nkgldikaifljadeeogdbanlckplpbffj
URL Officiel https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj
Description This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Taille du Fichier 6.23 KB
Nombre d'Installations 13,875
Version Actuelle 1.0
Dernière Mise à Jour 2015-11-30
Date de Publication 2015-11-30
Évaluation 4.22/5 Total 36 Évaluations
Développeur the.sh.developer
Type de Paiement free
Langues Prises en Charge 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"
    ]
}