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
官方網址 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
    }
}