Stop the Music
Pauses all playing YouTube videos.
Cos'è Stop the Music?
Stop the Music è un'estensione di Chrome sviluppata da Roxton Labs, e la sua funzione principale è "Pauses all playing YouTube videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stop the Music
Scarica i file di estensione Stop the Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Stop the Music |
ID | mmkciobbhadaepjnfjllinlemhcmiihc |
URL Ufficiale | https://chromewebstore.google.com/detail/stop-the-music/mmkciobbhadaepjnfjllinlemhcmiihc |
Descrizione | Pauses all playing YouTube videos. |
Dimensione del File | 10.84 KB |
Conteggio Installazioni | 213 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-27 |
Data di Pubblicazione | 2015-11-27 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Roxton Labs |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.roxtonlabs.blogspot.com |
Lingue Supportate | 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 } } } |