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
Eメール [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
    }
}