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 |
| 官方網址 | 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": [
" | |