MLDonkey

Interact with mldonkey and add download tasks automatically when you click elinks.

MLDonkey क्या है?

MLDonkey http://ogarcia.moire.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Interact with mldonkey and add download tasks automatically when you click elinks."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension permits send elinks directly to your remote MLDonkey server.

>> What is new in 0.7.2?

· Simply remove unused permission.

>> What is new in 0.7.1?

· Fixed to work with latest versions of browser.
· Prevent ed2k links continue being opened with xdg-open.

>> What is new in 0.7?

· New Chrome Rich Notifications.
· Now, if you've previously downloaded the elink, the extension give you a warning message.

>> Configure

· Enable the web interface in your P2P client.
· Install the extension.
· Open the extension's options (Menu -> Tools -> Extensions -> MLDonkey -> Options), add service info (URL and Port), optionally set User and Password and save.

>> Use

· Search any P2P page.
· A small icon appears in omnibox indicating elinks found.
· Click on link. A popup must indicate that the download are send to MLDonkey.
· See MLDonkey status.                    

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

नाम MLDonkey MLDonkey
ID dgkcbbgplkpanobfhmpnibgopcdepghj
आधिकारिक URL https://chrome.google.com/webstore/detail/mldonkey/dgkcbbgplkpanobfhmpnibgopcdepghj
विवरण Interact with mldonkey and add download tasks automatically when you click elinks.
फ़ाइल का आकार 89.77 KB
स्थापना संख्या 464
वर्तमान संस्करण 0.7.2
अंतिम अपडेट 2021-07-08
प्रकाशन तिथि 2018-11-26
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर http://ogarcia.moire.org
ईमेल [email protected]
एक्सटेंशन वेबसाइट https://github.com/ogarcia/mldonkey
सहायता पृष्ठ URL https://github.com/ogarcia/mldonkey/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon24.png",
        "default_title": "Downloadable resources found!"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "runat": "document_idle"
        }
    ],
    "description": "Interact with mldonkey and add download tasks automatically when you click elinks.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "24": "icon24.png",
        "256": "icon256.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "manifest_version": 2,
    "name": "MLDonkey",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage"
    ],
    "version": "0.7.2",
    "web_accessible_resources": [
        "icon48.png"
    ]
}