Youtube disable lightsaber sound
Removes the annoying youtube lightsaber sound
Youtube disable lightsaber soundคืออะไร?
Youtube disable lightsaber sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JustSomeThings และคุณลักษณะหลักของมันคือ "Removes the annoying youtube lightsaber sound"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube disable lightsaber sound
ดาวน์โหลดไฟล์ส่วนขยาย 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 } ] } |