TED Player Control

Shortcut to play/pause videos on TED.com using the spacebar.

Qu'est-ce que TED Player Control ?

TED Player Control est une extension Chrome développée par Matheus Pedroso, et sa fonction principale est "Shortcut to play/pause videos on TED.com using the spacebar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TED Player Control

Téléchargez les fichiers d'extension TED Player 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

                                            

Informations de Base sur l'Extension

Nom TED Player Control TED Player Control
ID ejkfpcfaajhhgaegdkgmdfgaookckeac
URL Officiel https://chromewebstore.google.com/detail/ted-player-control/ejkfpcfaajhhgaegdkgmdfgaookckeac
Description Shortcut to play/pause videos on TED.com using the spacebar.
Taille du Fichier 18.75 KB
Nombre d'Installations 1,000
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-03-21
Date de Publication 2017-03-20
Évaluation 4.14/5 Total 7 Évaluations
Développeur Matheus Pedroso
Type de Paiement free
Site Web de l'Extension https://github.com/mathop/ted-player-control
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TED Player Control",
    "description": "Shortcut to play\/pause videos on TED.com using the spacebar.",
    "version": "0.1.1",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.ted.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ted.com\/talks\/*",
                "http:\/\/www.ted.com\/playlists\/*"
            ],
            "js": [
                "src\/contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/script.js"
    ]
}