W:A Content Downloader
Download maps, schemes, and other contents by one click.
Wat is W:A Content Downloader?
W:A Content Downloader is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Download maps, schemes, and other contents by one click.".
Download het CRX-bestand van de extensie W:A Content Downloader
Download W:A Content Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ffffaoahnohjnabcnebmphbanajkammi |
Officiële URL | https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi |
Beschrijving | Download maps, schemes, and other contents by one click. |
Bestandsgrootte | 32.24 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-02-15 |
Publicatiedatum | 2017-02-15 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/" ] } |