Debrid-Link

Downloader & Seedbox. Premium link generator and torrent downloading.

Debrid-Link क्या है?

Debrid-Link https://debrid-link.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloader & Seedbox. Premium link generator and torrent downloading."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Debrid-Link extension allow you to easily and fastly download or watch files from +150 supported hosts without using our website.

- Detect all supported links on the page
- Right click on a link or magnet to quickly Download or Stream
- Display notifications when you download torrents to send them on the Seedbox
- List recent generated files and your torrents on the Seedbox
- Copy generated links in the clipboard
- Replace embed player
- Streaming HTML5 for any files. Chromecast & Airplay support
- Fully configurable

An account is required to use this extension. Use a premium account to access all hosts and features. https://debrid-link.com                    

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

नाम Debrid-Link Debrid-Link
ID nfdhjpliieckopfcpeglebihglikgojn
आधिकारिक URL https://chromewebstore.google.com/detail/debrid-link/nfdhjpliieckopfcpeglebihglikgojn
विवरण Downloader & Seedbox. Premium link generator and torrent downloading.
फ़ाइल का आकार 522 KB
स्थापना संख्या 14,127
वर्तमान संस्करण 5.0.1
अंतिम अपडेट 2022-11-27
प्रकाशन तिथि 2020-05-07
रेटिंग 3.80/5 कुल 55 रेटिंग्स
डेवलपर https://debrid-link.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://debrid-link.com
समर्थित भाषाएँ en,fr,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debrid-Link",
    "description": "__MSG_extensionDescription__",
    "author": "Debrid-Link",
    "version": "5.0.1",
    "minimum_chrome_version": "88.0.0",
    "permissions": [
        "downloads",
        "tabs",
        "contextMenus",
        "webRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_title": "Debrid-Link",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon-transparent-128.png",
            "48": "images\/icon-transparent-48.png",
            "40": "images\/icon-transparent-40.png",
            "38": "images\/icon-transparent-38.png",
            "35": "images\/icon-transparent-35.png",
            "32": "images\/icon-transparent-32.png",
            "30": "images\/icon-transparent-30.png",
            "25": "images\/icon-transparent-25.png",
            "20": "images\/icon-transparent-20.png",
            "19": "images\/icon-transparent-19.png",
            "16": "images\/icon-transparent-16.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "popup.html#optionsUi=1"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/debrid-link.fr\/webapp\/stream\/*",
                "https:\/\/debrid-link.com\/webapp\/stream\/*"
            ],
            "js": [
                "js\/inject\/streamAuthWebapp.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "icons": {
        "180": "images\/icon-180.png",
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "40": "images\/icon-40.png",
        "32": "images\/icon-32.png",
        "30": "images\/icon-30.png",
        "25": "images\/icon-25.png",
        "20": "images\/icon-20.png",
        "16": "images\/icon-16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "player.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en"
}