APK Downloader by Play Store

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

What is APK Downloader by Play Store?

APK Downloader by Play Store is a Chrome extension developed by TDL, and its main feature is "Download the Play Store and free app and game APK files easily on your browser.".

Extension Screenshots

screenshot

Download APK Downloader by Play Store Extension CRX File

Download APK Downloader by Play Store extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
Official URL https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
Description Download the Play Store and free app and game APK files easily on your browser.
File Size 18.1 KB
Installation Count 33,603
Current Version 0.1.1
Last Updated 2020-03-16
Publish Date 2020-03-14
Rating 3.15/5 Total 34 Ratings
Developer TDL
Email [email protected]
Payment Type free
Extension Website https://uptofast.com/apk-downloader
Supported Languages 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
    }
}