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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AIO APK Downloader

ดาวน์โหลดไฟล์ส่วนขยาย AIO APK Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
        }
    ]
}