XDown
Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.
什么是XDown?
XDown是由https://xdown.org开发的Chrome扩展程序,该扩展的主要功能是“Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.”。
扩展截图
下载XDown扩展crx文件
下载XDown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Demonstrate downloads using the xdown plugin. 扩展基本信息
| 名称 | |
| ID | eapmjcdkdlenhkbanlgacimfibbbiinc |
| 官方URL | https://chromewebstore.google.com/detail/xdown/eapmjcdkdlenhkbanlgacimfibbbiinc |
| 简介 | Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application. |
| 文件大小 | 27.08 KB |
| 安装次数 | 24,071 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2022-11-15 |
| 上架时间 | 2019-12-20 |
| 评分 | 4.81/5 共16次评分 |
| 开发者 | https://xdown.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.xdown.org |
| 帮助页面URL | https://xdown.org |
| 支持的语言 | 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": [
" | |