Youtube disable lightsaber sound
Removes the annoying youtube lightsaber sound
Youtube disable lightsaber sound क्या है?
Youtube disable lightsaber sound JustSomeThings द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the annoying youtube lightsaber sound"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube disable lightsaber sound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eaamonkdclpjhbcjfpbkpgabpfdbijde |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde |
विवरण | Removes the annoying youtube lightsaber sound |
फ़ाइल का आकार | 96.6 KB |
स्थापना संख्या | 472 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2016-01-05 |
प्रकाशन तिथि | 2016-01-05 |
रेटिंग | 4.55/5 कुल 42 रेटिंग्स |
डेवलपर | JustSomeThings |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } ] } |