W:A Content Downloader
Download maps, schemes, and other contents by one click.
ما هو W:A Content Downloader؟
W:A Content Downloader هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Download maps, schemes, and other contents by one click.".
تحميل ملف CRX للإضافة W:A Content Downloader
قم بتنزيل ملفات الامتداد W:A Content Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | ffffaoahnohjnabcnebmphbanajkammi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi |
الوصف | Download maps, schemes, and other contents by one click. |
حجم الملف | 32.24 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-02-15 |
تاريخ النشر | 2017-02-15 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | 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:\/\/*\/" ] } |