XDown
Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.
What is XDown?
XDown is a Chrome extension developed by https://xdown.org, and its main feature is "Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.".
Extension Screenshots
Download XDown Extension CRX File
Download XDown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Demonstrate downloads using the xdown plugin.
Extension Basic Information
Name | XDown |
ID | eapmjcdkdlenhkbanlgacimfibbbiinc |
Official URL | https://chromewebstore.google.com/detail/xdown/eapmjcdkdlenhkbanlgacimfibbbiinc |
Description | Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application. |
File Size | 27.08 KB |
Installation Count | 24,071 |
Current Version | 2.0.0 |
Last Updated | 2022-11-15 |
Publish Date | 2019-12-20 |
Rating | 4.81/5 Total 16 Ratings |
Developer | https://xdown.org |
[email protected] | |
Payment Type | free |
Extension Website | https://www.xdown.org |
Help Page URL | https://xdown.org |
Supported Languages | en,zh-CN |
manifest.json | |
{ "background": { "service_worker": "xdown_worker.js" }, "default_locale": "en", "description": "__MSG_description__", "homepage_url": "https:\/\/xdown.org", "icons": { "16": "images\/xdown_16.png", "24": "images\/xdown_24.png", "32": "images\/xdown_32.png", "48": "images\/xdown_48.png", "128": "images\/xdown_128.png" }, "action": { "default_popup": "xdown_settings.html", "default_title": "XDown Manager" }, "manifest_version": 3, "name": "XDown", "permissions": [ "cookies", "nativeMessaging", "downloads", "contextMenus" ], "host_permissions": [ " |