W:A Content Downloader
Download maps, schemes, and other contents by one click.
W:A Content Downloader là gì?
W:A Content Downloader là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Download maps, schemes, and other contents by one click.".
Tải xuống tệp CRX của tiện ích mở rộng W:A Content Downloader
Tải xuống các tệp mở rộng W:A Content Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ffffaoahnohjnabcnebmphbanajkammi |
URL Chính Thức | https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi |
Mô tả | Download maps, schemes, and other contents by one click. |
Kích Thước Tệp | 32.24 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-02-15 |
Ngày Phát Hành | 2017-02-15 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |