Debrid Media Manager

Add accessible DMM buttons to IMDB and MDBList pages

Debrid Media Manager क्या है?

Debrid Media Manager yowmamasita द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add accessible DMM buttons to IMDB and MDBList pages"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Debrid Media Manager allows you to curate a media library with truly unlimited size. This browser extension will make it easier for curators to add new items in their libraries.

Just do a Google search for the movie or TV show you want to add and usually an IMDB link shows up in the results.

With MDBList, it allows you to define criteria for movies or shows, e.g. IMDB score > 8.0 or movies that are from Germany.

Experience this seamless way of discovering and watching new content.                    

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

नाम Debrid Media Manager Debrid Media Manager
ID fahmnboccjgkbeeianfdiohbbgmgoibb
आधिकारिक URL https://chromewebstore.google.com/detail/debrid-media-manager/fahmnboccjgkbeeianfdiohbbgmgoibb
विवरण Add accessible DMM buttons to IMDB and MDBList pages
फ़ाइल का आकार 11.93 KB
स्थापना संख्या 1,180
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2023-11-15
प्रकाशन तिथि 2023-11-08
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर yowmamasita
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://debridmediamanager.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Debrid Media Manager",
    "version": "1.1.3",
    "description": "Add accessible DMM buttons to IMDB and MDBList pages",
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.imdb.com\/*",
        "https:\/\/mdblist.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.imdb.com\/*",
                "https:\/\/mdblist.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Open Debrid Media Manager"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}