AIO APK Downloader
Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com
ما هو AIO APK Downloader؟
AIO APK Downloader هو إضافة Chrome تم تطويرها بواسطة thuongtranvan، والميزة الرئيسية لها هي "Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AIO APK Downloader
قم بتنزيل ملفات الامتداد AIO APK Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Best APK Downloader for Chrome. ALL IN ONE APK DOWNLADER Features in first version: + Auto Replace "Install" button on Google play + Download with our random device, no need your device or any permissions + Download APK with OBB and Bundles package For setting you can using online version at https://apkssl.com Please like & share if it's usefull. Thanks!
معلومات أساسية عن التمديد
الاسم | AIO APK Downloader |
ID | mlipaappcpbepmoeighdkkcfmjeijhdl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aio-apk-downloader/mlipaappcpbepmoeighdkkcfmjeijhdl |
الوصف | Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com |
حجم الملف | 44.89 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-12-20 |
تاريخ النشر | 2019-12-20 |
تقييم | 3.00/5 مجموع تقييمات 9 |
المطور | thuongtranvan |
نوع الدفع | free |
موقع الإضافة | https://apkssl.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AIO APK Downloader", "description": "Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com", "version": "1.0.1", "manifest_version": 2, "icons": { "19": "img\/19x19.png", "38": "img\/38x38.png" }, "browser_action": { "default_title": "Setting", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/play.google.com\/store\/apps\/*", "https:\/\/apkssl.com\/*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/store\/apps\/*", "https:\/\/apkssl.com\/*" ], "js": [ "js\/jquery.min.js", "js\/popup.js" ], "css": [ "css\/mini.css" ], "run_at": "document_idle" } ] } |