W:A Content Downloader
Download maps, schemes, and other contents by one click.
What is W:A Content Downloader?
W:A Content Downloader is a Chrome extension developed by Unknown, and its main feature is "Download maps, schemes, and other contents by one click.".
Download W:A Content Downloader Extension CRX File
Download W:A Content Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ffffaoahnohjnabcnebmphbanajkammi |
Official URL | https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi |
Description | Download maps, schemes, and other contents by one click. |
File Size | 32.24 KB |
Installation Count | 16 |
Current Version | 1.1 |
Last Updated | 2017-02-15 |
Publish Date | 2017-02-15 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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:\/\/*\/" ] } |