Download by Internet Download Manager
Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support
Download by Internet Download Managerとは何ですか?
Download by Internet Download Managerはemano.waldeckによって開発されたChromeの拡張機能で、その主な機能は「Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support」です。
拡張機能のスクリーンショット
Download by Internet Download Manager拡張機能のCRXファイルをダウンロード
Download by Internet Download Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | lgbipmmmnjifkiiikaffhceflifbmhib |
公式URL | https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib |
説明 | Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support |
ファイルサイズ | 93.6 KB |
インストール数 | 60,668 |
現在のバージョン | 0.1.4 |
最終更新日 | 2021-05-20 |
公開日 | 2018-10-07 |
評価 | 4.03/5 合計 135 レビュー |
開発者 | emano.waldeck |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Emano-Waldeck/download-by/ |
ヘルプページのURL | https://github.com/Emano-Waldeck/download-by/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.4", "name": "Download by Internet Download Manager", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "homepage_url": "https:\/\/add0n.com\/download-by.html?from=idm", "permissions": [ "storage", "notifications", "webRequest", "webRequestBlocking", "nativeMessaging", "contextMenus", "downloads", "*:\/\/*\/*" ], "background": { "scripts": [ "webext.js", "termlib_parser.js", "config.js", "background.js" ] }, "browser_action": [], "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |