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
官方網址 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
電子郵箱 [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"
    }
}