Play Store Downloader

Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.

什麼是Play Store Downloader?

Play Store Downloader是由Techgear Apps Inc.開發的Chrome擴展程式,該擴展的主要功能是“Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Play Store Downloader擴展crx文件

下載Play Store Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Play Store Downloader is a chrome extension that allows you to download android applications directly from the google play store. This application is free of cost to use. Anyone with no knowledge of coding or programming can use this extension to download applications from the Google Play Store using our free Play Store Downloader.

Play Store Downloader extension is very lightweight and does not require much space on your device. The setup and installation process of this extension is very easy. To download any android application you just need to paste the play store android app link and click on the download button.
That's, it now the raw android app file will be downloaded on your device. After downloading the apk file using our free Play Store Downloader extension you can install the application on your device and use it any time.                    

擴展基本資訊

名稱 Play Store Downloader Play Store Downloader
ID klekbfleligjfeldclnbnlnmpfgncmck
官方網址 https://chrome.google.com/webstore/detail/play-store-downloader/klekbfleligjfeldclnbnlnmpfgncmck
簡介 Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.
檔案大小 40.84 KB
安裝次數 60,000
目前版本 1.0
更新時間 2020-06-14
上架時間 2020-06-14
評分 3.77/5 共 44 次評分
開發者 Techgear Apps Inc.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gbwhatsapps.com
說明頁面URL https://www.gbwhatsapps.com/p/contact-us.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Play Store Downloader",
    "version": "1.0",
    "description": "Play Store Downloader Allows You To Directly Download The Apk File From The Play Store.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "32": "images\/favicon.png",
        "128": "images\/iconmain.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Play Store Downloader",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/apk.support\/*",
        "https:\/\/*.apk.support\/*",
        "https:\/\/*.androidcontents.com\/*",
        "https:\/\/androidcontents.com\/*",
        "https:\/\/www.google.com\/",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.googleapis.com\/*",
        "http:\/\/www.google.com\/*"
    ],
    "default_locale": "en"
}