CNL Decryptor

Decrypts jDownloader Click'N'Load links

ما هو CNL Decryptor؟

CNL Decryptor هو إضافة Chrome تم تطويرها بواسطة Brawl، والميزة الرئيسية لها هي "Decrypts jDownloader Click'N'Load links".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CNL Decryptor

قم بتنزيل ملفات الامتداد CNL Decryptor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
        }
    ]
}