Real Debrid Download Manager

A Chrome Extension to simplify downloading of torrents through Real Debrid

Real Debrid Download Manager क्या है?

Real Debrid Download Manager rddmdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension to simplify downloading of torrents through Real Debrid"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Real Debrid download manager

Easily send your magnet links to Real Debrid from any website, without needing to go to the Real Debrid website.

Just right click any magnet links and choose "Send Magnet Link to Real-Debrid”. The extension will automatically select all files in the torrent and start it.

Once complete you can download the contained files using chrome, or you can copy the completed links from the popup window for use with external software.

By default, the torrents are removed on completion but this can be changed via settings.

If using chrome to download each torrent will have its own folder in your "downloads\rddm".

I look forward to any feedback and hope people find this extension useful.

Updates:
05/06/2020
- Removed unused permissions (for planned features which weren't implemented) to comply with Googles policies.                    

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

नाम Real Debrid Download Manager Real Debrid Download Manager
ID khglpdagpjepfkjnnjcpiciekjoailhf
आधिकारिक URL https://chromewebstore.google.com/detail/real-debrid-download-mana/khglpdagpjepfkjnnjcpiciekjoailhf
विवरण A Chrome Extension to simplify downloading of torrents through Real Debrid
फ़ाइल का आकार 210 KB
स्थापना संख्या 10,303
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2021-02-16
प्रकाशन तिथि 2020-06-06
रेटिंग 4.38/5 कुल 16 रेटिंग्स
डेवलपर rddmdev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://45.76.117.72:3000/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Real Debrid Download Manager",
    "description": "A Chrome Extension to simplify downloading of torrents through Real Debrid",
    "version": "0.9.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "icon16.png"
        },
        "default_title": "Real Debrid Download Manager",
        "default_popup": "index.html"
    },
    "permissions": [
        "background",
        "contextMenus",
        "downloads",
        "storage",
        "https:\/\/real-debrid.com\/",
        "https:\/\/api.real-debrid.com\/"
    ],
    "background": {
        "scripts": [
            "libs\/js\/jquery.min.js",
            "libs\/js\/moment.js",
            "libs\/js\/clipboard.min.js",
            "libs\/js\/material.min.js",
            "js\/background.js"
        ]
    },
    "short_name": "RDDM"
}