APK Downloader by Play Store

Download the Play Store and free app and game APK files easily on your browser.

什么是APK Downloader by Play Store?

APK Downloader by Play Store是由TDL开发的Chrome扩展程序,该扩展的主要功能是“Download the Play Store and free app and game APK files easily on your browser.”。

扩展截图

screenshot

下载APK Downloader by Play Store扩展crx文件

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

扩展使用说明

                        This extension allows users to download APKs of games and applications for free. Simple work, just enter the name of the app you want to download the APK file and press the download button.                    

扩展基本信息

名称 APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
官方URL https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
简介 Download the Play Store and free app and game APK files easily on your browser.
文件大小 18.1 KB
安装次数 33,603
当前版本 0.1.1
更新时间 2020-03-16
上架时间 2020-03-14
评分 3.15/5 共34次评分
开发者 TDL
电子邮箱 [email protected]
付费类型 free
扩展官网 https://uptofast.com/apk-downloader
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APK Downloader by Play Store",
    "description": "Download the Play Store and free app and game APK files easily on your browser.",
    "version": "0.1.1",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}