Stop the Music

Pauses all playing YouTube videos.

Wat is Stop the Music?

Stop the Music is een Chrome-extensie ontwikkeld door Roxton Labs, en de belangrijkste functie is "Pauses all playing YouTube videos.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stop the Music

Download Stop the Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam Stop the Music Stop the Music
ID mmkciobbhadaepjnfjllinlemhcmiihc
Officiële URL https://chromewebstore.google.com/detail/stop-the-music/mmkciobbhadaepjnfjllinlemhcmiihc
Beschrijving Pauses all playing YouTube videos.
Bestandsgrootte 10.84 KB
Aantal Installaties 213
Huidige Versie 1.0
Laatst Bijgewerkt 2015-11-27
Publicatiedatum 2015-11-27
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Roxton Labs
Betalingswijze free
Extensiewebsite http://www.roxtonlabs.blogspot.com
Ondersteunde Talen 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
        }
    }
}