YouTube toggle

Pause / play youtube via shortcut from anywhere

Apa itu YouTube toggle?

YouTube toggle adalah ekstensi Chrome yang dikembangkan oleh Florian Thomas, dan fitur utamanya adalah "Pause / play youtube via shortcut from anywhere".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube toggle

Unduh file ekstensi YouTube toggle 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

                        Set the shortcut in your chrome settings  and it will pause / play your open YouTube-Video once you press the specified key combination.                    

Informasi Dasar Ekstensi

Nama YouTube toggle YouTube toggle
ID hpfgcckhlgfbajmpcfbdidecbfmmccjj
URL Resmi https://chromewebstore.google.com/detail/youtube-toggle/hpfgcckhlgfbajmpcfbdidecbfmmccjj
Deskripsi Pause / play youtube via shortcut from anywhere
Ukuran File 7.8 KB
Jumlah Instalasi 54
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-06-28
Tanggal Publikasi 2016-06-28
Pengembang Florian Thomas
Tipe Pembayaran free
Situs Ekstensi https://github.com/Crunch09/youtube-toggle
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube toggle",
    "description": "Pause \/ play youtube via shortcut from anywhere",
    "version": "1.0",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "commands": {
        "toggle-youtube": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Toggle YouTube"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128_128.png",
        "48": "icon48_48.png"
    },
    "author": "Florian Thomas"
}