plugCubed
Adding a new dimension to plug.dj
ما هو plugCubed؟
plugCubed هو إضافة Chrome تم تطويرها بواسطة thedark1337، والميزة الرئيسية لها هي "Adding a new dimension to plug.dj".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة plugCubed
قم بتنزيل ملفات الامتداد plugCubed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
plug³ is a Javascript enhancement that offers; Autowoot, Autojoin, Custom Chat Colors, Toggle AFK status with an Autoresponder, Special Notifications, Enable toggles for turning on/off the Stream, AFK timers in the Userlist, Custom room settings and a lot more!
معلومات أساسية عن التمديد
الاسم | plugCubed |
ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
الوصف | Adding a new dimension to plug.dj |
حجم الملف | 72.7 KB |
عدد التثبيتات | 880 |
النسخة الحالية | 4.4.0.11 |
آخر تحديث | 2017-12-18 |
تاريخ النشر | 2017-12-18 |
تقييم | 4.19/5 مجموع تقييمات 16 |
المطور | thedark1337 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://plugcubed.net |
عنوان صفحة المساعدة | https://github.com/plugcubed/plugcubed/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "plug\u00b3 Team", "name": "plugCubed", "short_name": "plug\u00b3", "description": "Adding a new dimension to plug.dj", "homepage_url": "https:\/\/plugCubed.net", "version": "4.4.0.11", "icons": { "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.plug.dj\/*" ], "js": [ "loader.js" ] } ], "permissions": [ "https:\/\/plug.dj\/*" ], "web_accessible_resources": [ "plugCubed.js" ] } |