AIO APK Downloader

Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com

What is AIO APK Downloader?

AIO APK Downloader is a Chrome extension developed by thuongtranvan, and its main feature is "Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AIO APK Downloader Extension CRX File

Download AIO APK Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name AIO APK Downloader AIO APK Downloader
ID mlipaappcpbepmoeighdkkcfmjeijhdl
Official URL https://chromewebstore.google.com/detail/aio-apk-downloader/mlipaappcpbepmoeighdkkcfmjeijhdl
Description Best APK Downloader for Chrome (Download APK, OBB and Bundles package) - APKSSL.com
File Size 44.89 KB
Installation Count 2,000
Current Version 1.0.1
Last Updated 2019-12-20
Publish Date 2019-12-20
Rating 3.00/5 Total 9 Ratings
Developer thuongtranvan
Payment Type free
Extension Website https://apkssl.com
Supported Languages 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"
        }
    ]
}