CNL Decryptor
Decrypts jDownloader Click'N'Load links
CNL Decryptorとは何ですか?
CNL DecryptorはBrawlによって開発されたChromeの拡張機能で、その主な機能は「Decrypts jDownloader Click'N'Load links」です。
拡張機能のスクリーンショット
CNL Decryptor拡張機能のCRXファイルをダウンロード
CNL Decryptor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } ] } |