OneClick IDM™ Integration Module

OneClick IDM™ Integration Module

OneClick IDM™ Integration Moduleとは何ですか?

OneClick IDM™ Integration Moduleはhttps://www.chromedeveloper.comによって開発されたChromeの拡張機能で、その主な機能は「OneClick IDM™ Integration Module」です。

拡張機能のスクリーンショット

screenshot

OneClick IDM™ Integration Module拡張機能のCRXファイルをダウンロード

OneClick IDM™ Integration Module拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It is an integration plugin for the Internet Download Manager program. With a single click, you can transfer videos, photos and even URLs to IDM for easy downloading.

You need the full version of IDM to use the plugin. You must have IDM installed on your local computer.

If IDM is not installed on your local computer, IDM installation and instructions are included in the plugin.

Do not confuse it with IDM integration modules that do not work or imitate the original.

You can contact us for technical support and opinions, and you can contact us to contribute to improvements.                    

拡張機能の基本情報

名前 OneClick IDM™ Integration Module OneClick IDM™ Integration Module
ID blfocimajdcjfhknjnmkiefkinccnlbj
公式URL https://chromewebstore.google.com/detail/oneclick-idm-integration/blfocimajdcjfhknjnmkiefkinccnlbj
説明 OneClick IDM™ Integration Module
ファイルサイズ 88.5 KB
インストール数 4,000
現在のバージョン 0.2.4
最終更新日 2024-02-09
公開日 2024-02-09
評価 3.40/5 合計 5 レビュー
開発者 https://www.chromedeveloper.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.chromedeveloper.com/
ヘルプページのURL https://www.chromedeveloper.com/
プライバシーポリシーページのURL https://www.chromedeveloper.com/privacy-policy
対応言語 de,en,en-GB,en-US,ru,uk,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "short_name": "One Click Internet Download Manager Module",
    "version": "0.2.4",
    "default_locale": "en_US",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "assets\/16.png",
            "18": "assets\/18.png",
            "19": "assets\/19.png",
            "32": "assets\/32.png",
            "36": "assets\/36.png",
            "38": "assets\/38.png",
            "48": "assets\/48.png",
            "64": "assets\/64.png",
            "128": "assets\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/16.png",
        "18": "assets\/18.png",
        "19": "assets\/19.png",
        "32": "assets\/32.png",
        "36": "assets\/36.png",
        "38": "assets\/38.png",
        "48": "assets\/48.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    }
}