Youtube disable lightsaber sound
Removes the annoying youtube lightsaber sound
什麼是Youtube disable lightsaber sound?
Youtube disable lightsaber sound是由JustSomeThings開發的Chrome擴展程式,該擴展的主要功能是“Removes the annoying youtube lightsaber sound”。
下載Youtube disable lightsaber sound擴展crx文件
下載Youtube disable lightsaber sound擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } ] } |