Youtube disable lightsaber sound
Removes the annoying youtube lightsaber sound
What is Youtube disable lightsaber sound?
Youtube disable lightsaber sound is a Chrome extension developed by JustSomeThings, and its main feature is "Removes the annoying youtube lightsaber sound".
Download Youtube disable lightsaber sound Extension CRX File
Download Youtube disable lightsaber sound 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
1.0.3 UPDATE: YouTube made a change and broke the extension for a few hours today. MiJyn has fixed it and we are back up and running! This tiny little extension simply disables the annoying lightsaber sound that YouTube plays when adjusting the volume after you've enabled Star Wars mode. Extension written by MiJyn and originally distributed via Wordpress at https://lkubuntu.wordpress.com/2015/12/07/how-to-remove-the-annoying-youtube-lightsaber-sound/ Uploaded here with the permission of MiJyn.
Extension Basic Information
Name | |
ID | eaamonkdclpjhbcjfpbkpgabpfdbijde |
Official URL | https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde |
Description | Removes the annoying youtube lightsaber sound |
File Size | 96.6 KB |
Installation Count | 472 |
Current Version | 1.0.3 |
Last Updated | 2016-01-05 |
Publish Date | 2016-01-05 |
Rating | 4.55/5 Total 42 Ratings |
Developer | JustSomeThings |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube disable lightsaber sound", "description": "Removes the annoying youtube lightsaber sound", "version": "1.0.3", "permissions": [ "https:\/\/www.youtube.com\/" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "all_frames": true } ] } |