Motherf_ck_ng Purple Lightsaber Plugin
This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Motherf_ck_ng Purple Lightsaber Pluginคืออะไร?
Motherf_ck_ng Purple Lightsaber Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eduardo.u24 และคุณลักษณะหลักของมันคือ "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Motherf_ck_ng Purple Lightsaber Plugin
ดาวน์โหลดไฟล์ส่วนขยาย Motherf_ck_ng Purple Lightsaber Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes the color of the Starwars Youtube to Purple.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | babmpomfemkgahddjnhfjnoconiglpgc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc |
คำอธิบาย | This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar. |
ขนาดไฟล์ | 3.42 KB |
จำนวนการติดตั้ง | 250 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-27 |
วันที่เผยแพร่ | 2015-11-27 |
คะแนน | 2.94/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | eduardo.u24 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motherf_ck_ng Purple Lightsaber Plugin", "description": "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.", "version": "1.0", "content_scripts": [ { "css": [ "purplelightsaber.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ] } |