W:A Content Downloader
Download maps, schemes, and other contents by one click.
Apa itu W:A Content Downloader?
W:A Content Downloader adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Download maps, schemes, and other contents by one click.".
Unduh Berkas CRX Ekstensi W:A Content Downloader
Unduh file ekstensi W:A Content Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | ffffaoahnohjnabcnebmphbanajkammi |
URL Resmi | https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi |
Deskripsi | Download maps, schemes, and other contents by one click. |
Ukuran File | 32.24 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-02-15 |
Tanggal Publikasi | 2017-02-15 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/" ] } |