Youtube disable lightsaber sound
Removes the annoying youtube lightsaber sound
Youtube disable lightsaber sound là gì?
Youtube disable lightsaber sound là một tiện ích mở rộng Chrome được phát triển bởi JustSomeThings, và tính năng chính của nó là "Removes the annoying youtube lightsaber sound".
Tải xuống tệp CRX của tiện ích mở rộng Youtube disable lightsaber sound
Tải xuống các tệp mở rộng Youtube disable lightsaber sound dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eaamonkdclpjhbcjfpbkpgabpfdbijde |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde |
Mô tả | Removes the annoying youtube lightsaber sound |
Kích Thước Tệp | 96.6 KB |
Số Lần Cài Đặt | 472 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2016-01-05 |
Ngày Phát Hành | 2016-01-05 |
Đánh Giá | 4.55/5 Tổng số 42 Đánh Giá |
Nhà Phát Triển | JustSomeThings |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |