TED Player Control

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

What is TED Player Control?

TED Player Control is a Chrome extension developed by Matheus Pedroso, and its main feature is "Shortcut to play/pause videos on TED.com using the spacebar.".

Extension Screenshots

screenshot

Download TED Player Control Extension CRX File

Download TED Player Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name TED Player Control TED Player Control
ID ejkfpcfaajhhgaegdkgmdfgaookckeac
Official URL https://chromewebstore.google.com/detail/ted-player-control/ejkfpcfaajhhgaegdkgmdfgaookckeac
Description Shortcut to play/pause videos on TED.com using the spacebar.
File Size 18.75 KB
Installation Count 1,000
Current Version 0.1.1
Last Updated 2017-03-21
Publish Date 2017-03-20
Rating 4.14/5 Total 7 Ratings
Developer Matheus Pedroso
Payment Type free
Extension Website https://github.com/mathop/ted-player-control
Supported Languages 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"
    ]
}