CNL Decryptor

Decrypts jDownloader Click'N'Load links

CNL Decryptor란 무엇입니까?

CNL Decryptor은(는) Brawl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decrypts jDownloader Click'N'Load links"입니다.

확장 프로그램 스크린샷

screenshot

CNL Decryptor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}