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 |
| Eメール | [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": [
" | |