CNL Decryptor
Decrypts jDownloader Click'N'Load links
Was ist CNL Decryptor?
CNL Decryptor ist eine Chrome-Erweiterung, die von Brawl entwickelt wurde, und ihr Hauptmerkmal ist "Decrypts jDownloader Click'N'Load links".
Erweiterungsscreenshots
CNL Decryptor-Erweiterungs-CRX-Datei herunterladen
Laden Sie CNL Decryptor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CNL Decryptor |
ID | hfmolcaikbnbminafcmeiejglbeelilh |
Offizielle URL | https://chromewebstore.google.com/detail/cnl-decryptor/hfmolcaikbnbminafcmeiejglbeelilh |
Beschreibung | Decrypts jDownloader Click'N'Load links |
Dateigröße | 53.72 KB |
Installationsanzahl | 1,399 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2024-01-22 |
Veröffentlichungsdatum | 2021-02-14 |
Bewertung | 4.67/5 Insgesamt 12 Bewertungen |
Entwickler | Brawl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Brawl345/CNL-decryptor |
Hilfeseite URL | https://github.com/Brawl345/CNL-decryptor/issues |
Unterstützte Sprachen | 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 } ] } |