APK Downloader by Play Store

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

Wat is APK Downloader by Play Store?

APK Downloader by Play Store is een Chrome-extensie ontwikkeld door TDL, en de belangrijkste functie is "Download the Play Store and free app and game APK files easily on your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie APK Downloader by Play Store

Download APK Downloader by Play Store-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
Officiële URL https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
Beschrijving Download the Play Store and free app and game APK files easily on your browser.
Bestandsgrootte 18.1 KB
Aantal Installaties 33,603
Huidige Versie 0.1.1
Laatst Bijgewerkt 2020-03-16
Publicatiedatum 2020-03-14
Beoordeling 3.15/5 Totaal 34 Beoordelingen
Ontwikkelaar TDL
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://uptofast.com/apk-downloader
Ondersteunde Talen 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
    }
}