Stop the Music

Pauses all playing YouTube videos.

Apa itu Stop the Music?

Stop the Music adalah ekstensi Chrome yang dikembangkan oleh Roxton Labs, dan fitur utamanya adalah "Pauses all playing YouTube videos.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stop the Music

Unduh file ekstensi Stop the Music 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

                        Pauses all playing YouTube videos, even if Chrome is in the background. 

* Press once to pause, press again to resume (will only play the most recent video). 
* Right click to set keyboard shortcut (supports media keys).                    

Informasi Dasar Ekstensi

Nama Stop the Music Stop the Music
ID mmkciobbhadaepjnfjllinlemhcmiihc
URL Resmi https://chromewebstore.google.com/detail/stop-the-music/mmkciobbhadaepjnfjllinlemhcmiihc
Deskripsi Pauses all playing YouTube videos.
Ukuran File 10.84 KB
Jumlah Instalasi 213
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-27
Tanggal Publikasi 2015-11-27
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Roxton Labs
Tipe Pembayaran free
Situs Ekstensi http://www.roxtonlabs.blogspot.com
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop the Music",
    "description": "Pauses all playing YouTube videos.",
    "version": "1.0",
    "author": "Roxton Labs",
    "browser_action": {
        "default_icon": "stopIcon.png",
        "default_title": "Click to pause\/resume background YouTube Videos.\nRight-click to set keyboard shortcut."
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "stop-the-music": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Pauses\/resumes background YouTube videos.",
            "global": true
        }
    }
}