W:A Content Downloader
Download maps, schemes, and other contents by one click.
Qu'est-ce que W:A Content Downloader ?
W:A Content Downloader est une extension Chrome développée par Unknown, et sa fonction principale est "Download maps, schemes, and other contents by one click.".
Télécharger le fichier CRX de l'extension W:A Content Downloader
Téléchargez les fichiers d'extension W:A Content Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | ffffaoahnohjnabcnebmphbanajkammi |
URL Officiel | https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi |
Description | Download maps, schemes, and other contents by one click. |
Taille du Fichier | 32.24 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-02-15 |
Date de Publication | 2017-02-15 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/" ] } |