Stop the Music
Pauses all playing YouTube videos.
Qu'est-ce que Stop the Music ?
Stop the Music est une extension Chrome développée par Roxton Labs, et sa fonction principale est "Pauses all playing YouTube videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stop the Music
Téléchargez les fichiers d'extension Stop the Music au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Stop the Music |
ID | mmkciobbhadaepjnfjllinlemhcmiihc |
URL Officiel | https://chromewebstore.google.com/detail/stop-the-music/mmkciobbhadaepjnfjllinlemhcmiihc |
Description | Pauses all playing YouTube videos. |
Taille du Fichier | 10.84 KB |
Nombre d'Installations | 213 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-27 |
Date de Publication | 2015-11-27 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Roxton Labs |
Type de Paiement | free |
Site Web de l'Extension | http://www.roxtonlabs.blogspot.com |
Langues Prises en Charge | 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 } } } |