W:A Content Downloader
Download maps, schemes, and other contents by one click.
Was ist W:A Content Downloader?
W:A Content Downloader ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Download maps, schemes, and other contents by one click.".
W:A Content Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie W:A Content Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | ffffaoahnohjnabcnebmphbanajkammi |
Offizielle URL | https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi |
Beschreibung | Download maps, schemes, and other contents by one click. |
Dateigröße | 32.24 KB |
Installationsanzahl | 16 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-02-15 |
Veröffentlichungsdatum | 2017-02-15 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/" ] } |