Video Speed Tweak

Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.

Qu'est-ce que Video Speed Tweak ?

Video Speed Tweak est une extension Chrome développée par robotreply, et sa fonction principale est "Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.".

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

Téléchargez les fichiers d'extension Video Speed Tweak 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

                        Set the default YouTube video speed to 2.5x                    

Informations de Base sur l'Extension

Nom Video Speed Tweak Video Speed Tweak
ID inkbcfnbjddnjfdkogbjcljioedfamag
URL Officiel https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag
Description Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
Taille du Fichier 92.36 KB
Nombre d'Installations 27
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-10-16
Date de Publication 2014-10-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur robotreply
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "main.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Change YouTube\/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "name": "Video Speed Tweak",
    "short_name": "VideoSpeed Tweak",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}