HDpiano Speed Control

Speed controls for HDpiano piano lesson videos.

Qu'est-ce que HDpiano Speed Control ?

HDpiano Speed Control est une extension Chrome développée par Bogdan Dragomir, et sa fonction principale est "Speed controls for HDpiano piano lesson videos.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HDpiano Speed Control

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

                        Unlimited speed controls, perfect for HDpiano’s Hybrid Piano Lessons and many others like Khan Academy, YouTube, and Vimeo. Slow down or speed up videos from 0.5x to 4x in increments of .01x.

Download it now from the Google Chrome App Store:
https://chrome.google.com/webstore/detail/hdpiano-speed-control/kfeoapecjnlhgjmjibpdegkpnhbepaph                    

Informations de Base sur l'Extension

Nom HDpiano Speed Control HDpiano Speed Control
ID kfeoapecjnlhgjmjibpdegkpnhbepaph
URL Officiel https://chrome.google.com/webstore/detail/hdpiano-speed-control/kfeoapecjnlhgjmjibpdegkpnhbepaph
Description Speed controls for HDpiano piano lesson videos.
Taille du Fichier 188 KB
Nombre d'Installations 154
Version Actuelle 1.1
Dernière Mise à Jour 2016-07-04
Date de Publication 2016-07-04
Évaluation 4.75/5 Total 4 Évaluations
Développeur Bogdan Dragomir
Type de Paiement free
Site Web de l'Extension https://hdpiano.com
Langues Prises en Charge en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "hdpiano.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "description": "Speed controls for HDpiano piano lesson videos.",
    "browser_action": {
        "default_icon": {
            "19": "hdpiano19.png",
            "38": "hdpiano38.png"
        }
    },
    "icons": {
        "128": "hdpiano128.png",
        "48": "hdpiano48.png",
        "17": "icon.png"
    },
    "manifest_version": 2,
    "name": "HDpiano Speed Control",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}