TED Player Control

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

Apa itu TED Player Control?

TED Player Control adalah ekstensi Chrome yang dikembangkan oleh Matheus Pedroso, dan fitur utamanya adalah "Shortcut to play/pause videos on TED.com using the spacebar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TED Player Control

Unduh file ekstensi TED Player Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama TED Player Control TED Player Control
ID ejkfpcfaajhhgaegdkgmdfgaookckeac
URL Resmi https://chromewebstore.google.com/detail/ted-player-control/ejkfpcfaajhhgaegdkgmdfgaookckeac
Deskripsi Shortcut to play/pause videos on TED.com using the spacebar.
Ukuran File 18.75 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-03-21
Tanggal Publikasi 2017-03-20
Penilaian 4.14/5 Total 7 Penilaian
Pengembang Matheus Pedroso
Tipe Pembayaran free
Situs Ekstensi https://github.com/mathop/ted-player-control
Bahasa yang Didukung 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"
    ]
}