APK Downloader by Play Store

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

Cos'è APK Downloader by Play Store?

APK Downloader by Play Store è un'estensione di Chrome sviluppata da TDL, e la sua funzione principale è "Download the Play Store and free app and game APK files easily on your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione APK Downloader by Play Store

Scarica i file di estensione APK Downloader by Play Store in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
URL Ufficiale https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
Descrizione Download the Play Store and free app and game APK files easily on your browser.
Dimensione del File 18.1 KB
Conteggio Installazioni 33,603
Versione Corrente 0.1.1
Ultimo Aggiornamento 2020-03-16
Data di Pubblicazione 2020-03-14
Valutazione 3.15/5 Totale 34 Valutazioni
Sviluppatore TDL
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://uptofast.com/apk-downloader
Lingue Supportate 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
    }
}