CSGO.exchange Auto retrieve
Auto retrieve
ما هو CSGO.exchange Auto retrieve؟
CSGO.exchange Auto retrieve هو إضافة Chrome تم تطويرها بواسطة https://www.protogalaxy.me، والميزة الرئيسية لها هي "Auto retrieve".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSGO.exchange Auto retrieve
قم بتنزيل ملفات الامتداد CSGO.exchange Auto retrieve بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange.
معلومات أساسية عن التمديد
الاسم | CSGO.exchange Auto retrieve |
ID | pgocnhcnmcbeidhipdcpnolnenapnnog |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog |
الوصف | Auto retrieve |
حجم الملف | 116 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 1.5 |
آخر تحديث | 2017-10-31 |
تاريخ النشر | 2017-10-31 |
المطور | https://www.protogalaxy.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.protogalaxy.me/csgo-exchange-autoretrieve/ |
عنوان صفحة المساعدة | https://github.com/CauserLee/CSGO.exchange-Autoretrieve |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSGO.exchange Auto retrieve", "author": "Arthur.Lee", "version": "1.5", "description": "Auto retrieve", "icons": { "128": "action.png" }, "permissions": [ "tabs", "notifications", "http:\/\/csgo.exchange\/" ], "background": { "scripts": [ "jquery.js", "logic.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/csgo.exchange\/*" ], "css": [ "main.css" ], "js": [ "jquery.js", "popup.js" ] } ], "browser_action": { "default_title": "Auto retrieve", "default_icon": "action.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "logic.js" ] } |