CNL Decryptor
Decrypts jDownloader Click'N'Load links
CNL Decryptor là gì?
CNL Decryptor là một tiện ích mở rộng Chrome được phát triển bởi Brawl, và tính năng chính của nó là "Decrypts jDownloader Click'N'Load links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CNL Decryptor
Tải xuống các tệp mở rộng CNL Decryptor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CNL Decryptor |
ID | hfmolcaikbnbminafcmeiejglbeelilh |
URL Chính Thức | https://chromewebstore.google.com/detail/cnl-decryptor/hfmolcaikbnbminafcmeiejglbeelilh |
Mô tả | Decrypts jDownloader Click'N'Load links |
Kích Thước Tệp | 53.72 KB |
Số Lần Cài Đặt | 1,399 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2024-01-22 |
Ngày Phát Hành | 2021-02-14 |
Đánh Giá | 4.67/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Brawl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Brawl345/CNL-decryptor |
URL Trang Trợ Giúp | https://github.com/Brawl345/CNL-decryptor/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |