W:A Content Downloader

Download maps, schemes, and other contents by one click.

Cos'è W:A Content Downloader?

W:A Content Downloader è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Download maps, schemes, and other contents by one click.".

Scarica il file CRX dell'estensione W:A Content Downloader

Scarica i file di estensione W:A Content Downloader 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

                                            

Informazioni di Base sull'Estensione

Nome W:A Content Downloader W:A Content Downloader
ID ffffaoahnohjnabcnebmphbanajkammi
URL Ufficiale https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi
Descrizione Download maps, schemes, and other contents by one click.
Dimensione del File 32.24 KB
Conteggio Installazioni 16
Versione Corrente 1.1
Ultimo Aggiornamento 2017-02-15
Data di Pubblicazione 2017-02-15
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W:A Content Downloader",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Download maps, schemes, and other contents by one click.",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "128": "wa.png"
    },
    "short_name": "WACD",
    "page_action": {
        "default_icon": "wa.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "activeTab",
        "declarativeContent",
        "http:\/\/*\/"
    ]
}