SupremeAccess Helper
Helpful bot functions to assist SupremeAccess Bot users.
ما هو SupremeAccess Helper؟
SupremeAccess Helper هو إضافة Chrome تم تطويرها بواسطة http://bot.supremeaccess.com، والميزة الرئيسية لها هي "Helpful bot functions to assist SupremeAccess Bot users.".
تحميل ملف CRX للإضافة SupremeAccess Helper
قم بتنزيل ملفات الامتداد SupremeAccess Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | ckencgkikkhdkpmekmdnejdmhefnkfmo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/supremeaccess-helper/ckencgkikkhdkpmekmdnejdmhefnkfmo |
الوصف | Helpful bot functions to assist SupremeAccess Bot users. |
حجم الملف | 49.19 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-04-26 |
تاريخ النشر | 2017-04-26 |
المطور | http://bot.supremeaccess.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SupremeAccess Helper", "version": "1.0.0", "manifest_version": 2, "description": "Helpful bot functions to assist SupremeAccess Bot users.", "homepage_url": "http:\/\/bot.supremeaccess.com\/", "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "SA Helper Menu", "default_popup": "browser_action.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "proxy" ] } |