APK Downloader

Free and safe download Android apps & games from Google Play Store.

什么是APK Downloader?

APK Downloader是由https://apkpure.com开发的Chrome扩展程序,该扩展的主要功能是“Free and safe download Android apps & games from Google Play Store.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载APK Downloader扩展crx文件

下载APK Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        APKPure Free Online APK Downloader provides you with the fastest search and download of free apps and games from Google Play Store. Just enter the app name or the package name to find and download the apps you want.

Unlock Region Limit
APKPure Online APK Downloader lets you download any region-restrict apps and games (For Free Only) on Android devices directly wherever you are. All you need to do is to search for the apps you want and click on the download button.

No Login Required
APKPure doesn't require login account to let you download apps and games on Android devices safe and fast. APKPure Online APK Downloader saves your time and protect your privacy by allowing users to download apps and games to Android without registration.


Safe Download
APKPure APK Downloader is 100% safe. APKPure APK Downloader provides you with original XAPK / APK files from Google Play Store (Free Apps Only) without modification in any way. All APKPure.com apps are verified prior to publishing to protect your safety.

How to use APKPure Free Online APK Downloader?
Enter the app name or the package name in the search bar, and you will be redirected to the app info page and be able to download the app or game you want directly to your mobile device.                    

扩展基本信息

名称 APK Downloader APK Downloader
ID glngapejbnmnicniccdcemghaoaopdji
官方URL https://chromewebstore.google.com/detail/apk-downloader/glngapejbnmnicniccdcemghaoaopdji
简介 Free and safe download Android apps & games from Google Play Store.
文件大小 170 KB
安装次数 432,612
当前版本 1.0.8
更新时间 2024-03-04
上架时间 2023-06-14
评分 3.18/5 共22次评分
开发者 https://apkpure.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://apkpure.com
支持的语言 id,ms,de,en,fr,nl,vi,tr,es,it,pl,pt-BR,ru,hi,bn,th,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.8",
    "author": "apkpure",
    "name": "__MSG_appName__",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extract-package-info.605807e3.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "default_locale": "en",
    "omnibox": {
        "keyword": "apk"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.apkpure.com\/*",
            "https:\/\/*.apkpure.net\/*",
            "https:\/\/apkfab.com\/*"
        ]
    },
    "homepage_url": "https:\/\/apkpure.com"
}