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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |