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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}