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 |
官方網址 | 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 } ] } |