Apk Downloader by Appsapk

Download Apk for android

What is Apk Downloader by Appsapk?

Apk Downloader by Appsapk is a Chrome extension developed by https://www.appsapk.com, and its main feature is "Download Apk for android".

Extension Screenshots

screenshot
screenshot

Download Apk Downloader by Appsapk Extension CRX File

Download Apk Downloader by Appsapk 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

                        Free and Safe Download APK from Google Play Store                    

Extension Basic Information

Name Apk Downloader by Appsapk Apk Downloader by Appsapk
ID onmbdmeleocjononnnehpnfplkkjopkd
Official URL https://chromewebstore.google.com/detail/apk-downloader-by-appsapk/onmbdmeleocjononnnehpnfplkkjopkd
Description Download Apk for android
File Size 35.92 KB
Installation Count 1,353
Current Version 1.0.1
Last Updated 2020-05-07
Publish Date 2020-05-06
Rating 1.00/5 Total 2 Ratings
Developer https://www.appsapk.com
Email [email protected]
Payment Type free
Extension Website https://www.appsapk.com/extension-installed/
Help Page URL https://www.appsapk.com/extension-installed/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apk Downloader by Appsapk",
    "short_name": "Apk Downloader by Appsapk",
    "description": "Download Apk for android",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "redir.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "24": "assets\/icon_24.png",
            "32": "assets\/icon_32.png",
            "38": "assets\/icon_38.png",
            "48": "assets\/icon_48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Apk Downloader by Appsapk"
    },
    "content_security_policy": "script-src 'self' https:\/\/server.downloadapk4android.com https:\/\/*.googleusercontent.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon_16.png",
        "19": "assets\/icon_19.png",
        "24": "assets\/icon_24.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "omnibox": {
        "keyword": "apk"
    },
    "permissions": [
        "tabs"
    ]
}