CNL Decryptor
Decrypts jDownloader Click'N'Load links
Apa itu CNL Decryptor?
CNL Decryptor adalah ekstensi Chrome yang dikembangkan oleh Brawl, dan fitur utamanya adalah "Decrypts jDownloader Click'N'Load links".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CNL Decryptor
Unduh file ekstensi CNL Decryptor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | CNL Decryptor |
ID | hfmolcaikbnbminafcmeiejglbeelilh |
URL Resmi | https://chromewebstore.google.com/detail/cnl-decryptor/hfmolcaikbnbminafcmeiejglbeelilh |
Deskripsi | Decrypts jDownloader Click'N'Load links |
Ukuran File | 53.72 KB |
Jumlah Instalasi | 1,399 |
Versi Saat Ini | 2.1.0 |
Terakhir Diperbarui | 2024-01-22 |
Tanggal Publikasi | 2021-02-14 |
Penilaian | 4.67/5 Total 12 Penilaian |
Pengembang | Brawl |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Brawl345/CNL-decryptor |
URL Halaman Bantuan | https://github.com/Brawl345/CNL-decryptor/issues |
Bahasa yang Didukung | 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 } ] } |