OneClick IDM™ Integration Module

OneClick IDM™ Integration Module

OneClick IDM™ Integration Module क्या है?

OneClick IDM™ Integration Module https://www.chromedeveloper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OneClick IDM™ Integration Module"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OneClick IDM™ Integration Module एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}