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 |
公式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 } ] } |