MyJDownloader Browser Extension

Adds MyJDownloader to your browser, a service that enables you to remote control your JDownloader.

MyJDownloader Browser Extension क्या है?

MyJDownloader Browser Extension AppWork GmbH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds MyJDownloader to your browser, a service that enables you to remote control your JDownloader."।

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

screenshot
screenshot

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

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

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

                        This addon intergrates "MyJDownloader" into your browser.
It enables you to send links, selections and image urls directly to one of your connected JDownloader.

What this extension does:
* It enables you to remotely control your running JDownloader
* Add links to your queue
* Get a quick overview about the download status

What this extension does NOT:
This is no standalone download manager. You need JDownloader installed on your
system and connected to MyJDownloader.

What you need:
A MyJDownloader account (https://my.jdownloader.org)
A running JDownloader connected to MyJDownloader

-----------------
JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day!                    

एक्सटेंशन की मूल जानकारी

नाम MyJDownloader Browser Extension MyJDownloader Browser Extension
ID fbcohnmimjicjdomonkcbcpbpnhggkip
आधिकारिक URL https://chromewebstore.google.com/detail/myjdownloader-browser-ext/fbcohnmimjicjdomonkcbcpbpnhggkip
विवरण Adds MyJDownloader to your browser, a service that enables you to remote control your JDownloader.
फ़ाइल का आकार 1.28 MB
स्थापना संख्या 1,061,091
वर्तमान संस्करण 3.3.20
अंतिम अपडेट 2021-06-28
प्रकाशन तिथि 2020-05-07
रेटिंग 3.44/5 कुल 534 रेटिंग्स
डेवलपर AppWork GmbH
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://my.jdownloader.org
सहायता पृष्ठ URL https://support.jdownloader.org
गोपनीयता नीति पृष्ठ URL https://my.jdownloader.org/legal/privacy.html
समर्थित भाषाएँ de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "MyJDownloader",
    "version": "3.3.20",
    "author": "AppWork GmbH",
    "homepage_url": "https:\/\/my.jdownloader.org",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        ""
    ],
    "background": {
        "page": "index.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "MyJDownloader",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "index.html#!\/settings"
    },
    "web_accessible_resources": [
        "toolbar.html",
        "autograbber-indicator.html",
        "res\/browser_solver_template.html"
    ],
    "commands": {
        "toggle-clipboard-observer": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "__MSG_toggle_clipboard_observer__"
        },
        "auto-grab-downloads": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_toggle_auto_grab_links__"
        }
    },
    "content_scripts": [
        {
            "js": [
                "contentscripts\/rc2Contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "contentscripts\/rc2LoadingIndicator.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "contentscripts\/onCopyContentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "contentscripts\/toolbarContentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "contentscripts\/selectionContentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "contentscripts\/webinterfaceEnhancer.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "http:\/\/my.jdownloader.org\/*",
                "https:\/\/my.jdownloader.org\/*",
                "http:\/\/my.jdownloader.org\/*"
            ]
        }
    ],
    "default_locale": "en"
}