APK Downloader by Play Store

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

O que é APK Downloader by Play Store?

APK Downloader by Play Store é uma extensão do Chrome desenvolvida por TDL, e sua principal característica é "Download the Play Store and free app and game APK files easily on your browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão APK Downloader by Play Store

Baixe arquivos de extensão APK Downloader by Play Store no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome APK Downloader by Play Store APK Downloader by Play Store
ID lolomeiflbabgoidcidmbdcpmbjmajao
URL Oficial https://chrome.google.com/webstore/detail/apk-downloader-by-play-st/lolomeiflbabgoidcidmbdcpmbjmajao
Descrição Download the Play Store and free app and game APK files easily on your browser.
Tamanho do Arquivo 18.1 KB
Contagem de Instalações 33,603
Versão Atual 0.1.1
Última Atualização 2020-03-16
Data de Publicação 2020-03-14
Classificação 3.15/5 Total de 34 Avaliações
Desenvolvedor TDL
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://uptofast.com/apk-downloader
Idiomas Suportados 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
    }
}