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 |
电子邮箱 | [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 } ] } |