Real Debrid Download Manager

A Chrome Extension to simplify downloading of torrents through Real Debrid

Τι είναι το Real Debrid Download Manager;

Το Real Debrid Download Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rddmdev, και η κύρια λειτουργία του είναι "A Chrome Extension to simplify downloading of torrents through Real Debrid".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Real Debrid Download Manager

Λήψη αρχείων επέκτασης Real Debrid Download Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}