Stop the Music
Pauses all playing YouTube videos.
What is Stop the Music?
Stop the Music is a Chrome extension developed by Roxton Labs, and its main feature is "Pauses all playing YouTube videos.".
Extension Screenshots
Download Stop the Music Extension CRX File
Download Stop the Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Stop the Music |
ID | mmkciobbhadaepjnfjllinlemhcmiihc |
Official URL | https://chromewebstore.google.com/detail/stop-the-music/mmkciobbhadaepjnfjllinlemhcmiihc |
Description | Pauses all playing YouTube videos. |
File Size | 10.84 KB |
Installation Count | 213 |
Current Version | 1.0 |
Last Updated | 2015-11-27 |
Publish Date | 2015-11-27 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Roxton Labs |
Payment Type | free |
Extension Website | http://www.roxtonlabs.blogspot.com |
Supported Languages | 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 } } } |