CNL Decryptor

Decrypts jDownloader Click'N'Load links

CNL Decryptor क्या है?

CNL Decryptor Brawl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decrypts jDownloader Click'N'Load links"।

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

screenshot

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

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

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

                        Intercepts Click'N'Load requests to jDownloader and shows the plain URLs and password instead.

Just open a Click'N'Load URL and a popup with the decrypted links and the password (if available) will be shown. You can easily copy them there.                    

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

नाम CNL Decryptor CNL Decryptor
ID hfmolcaikbnbminafcmeiejglbeelilh
आधिकारिक URL https://chromewebstore.google.com/detail/cnl-decryptor/hfmolcaikbnbminafcmeiejglbeelilh
विवरण Decrypts jDownloader Click'N'Load links
फ़ाइल का आकार 53.72 KB
स्थापना संख्या 1,399
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2021-02-14
रेटिंग 4.67/5 कुल 12 रेटिंग्स
डेवलपर Brawl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Brawl345/CNL-decryptor
सहायता पृष्ठ URL https://github.com/Brawl345/CNL-decryptor/issues
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Andreas Bielawski",
    "version": "2.1.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "build\/service-worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        },
        "default_title": "__MSG_extensionName__"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "net_rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/jdcheck.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}