Apk Downloader by Appsapk

Download Apk for android

Cos'è Apk Downloader by Appsapk?

Apk Downloader by Appsapk è un'estensione di Chrome sviluppata da https://www.appsapk.com, e la sua funzione principale è "Download Apk for android".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Apk Downloader by Appsapk

Scarica i file di estensione Apk Downloader by Appsapk 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

                        Free and Safe Download APK from Google Play Store                    

Informazioni di Base sull'Estensione

Nome Apk Downloader by Appsapk Apk Downloader by Appsapk
ID onmbdmeleocjononnnehpnfplkkjopkd
URL Ufficiale https://chromewebstore.google.com/detail/apk-downloader-by-appsapk/onmbdmeleocjononnnehpnfplkkjopkd
Descrizione Download Apk for android
Dimensione del File 35.92 KB
Conteggio Installazioni 1,353
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-05-07
Data di Pubblicazione 2020-05-06
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore https://www.appsapk.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.appsapk.com/extension-installed/
URL della Pagina di Aiuto https://www.appsapk.com/extension-installed/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apk Downloader by Appsapk",
    "short_name": "Apk Downloader by Appsapk",
    "description": "Download Apk for android",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "redir.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "24": "assets\/icon_24.png",
            "32": "assets\/icon_32.png",
            "38": "assets\/icon_38.png",
            "48": "assets\/icon_48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Apk Downloader by Appsapk"
    },
    "content_security_policy": "script-src 'self' https:\/\/server.downloadapk4android.com https:\/\/*.googleusercontent.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon_16.png",
        "19": "assets\/icon_19.png",
        "24": "assets\/icon_24.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "omnibox": {
        "keyword": "apk"
    },
    "permissions": [
        "tabs"
    ]
}