OneClick IDM™ Integration Module

OneClick IDM™ Integration Module

O que é OneClick IDM™ Integration Module?

OneClick IDM™ Integration Module é uma extensão do Chrome desenvolvida por https://www.chromedeveloper.com, e sua principal característica é "OneClick IDM™ Integration Module".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OneClick IDM™ Integration Module

Baixe arquivos de extensão OneClick IDM™ Integration Module no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome OneClick IDM™ Integration Module OneClick IDM™ Integration Module
ID blfocimajdcjfhknjnmkiefkinccnlbj
URL Oficial https://chromewebstore.google.com/detail/oneclick-idm-integration/blfocimajdcjfhknjnmkiefkinccnlbj
Descrição OneClick IDM™ Integration Module
Tamanho do Arquivo 88.5 KB
Contagem de Instalações 4,000
Versão Atual 0.2.4
Última Atualização 2024-02-09
Data de Publicação 2024-02-09
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor https://www.chromedeveloper.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.chromedeveloper.com/
URL da Página de Ajuda https://www.chromedeveloper.com/
URL da Página de Política de Privacidade https://www.chromedeveloper.com/privacy-policy
Idiomas Suportados 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"
    }
}