HGT Decode
Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection
Qu'est-ce que HGT Decode ?
HGT Decode est une extension Chrome développée par Hoothin, et sa fonction principale est "Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HGT Decode
Téléchargez les fichiers d'extension HGT Decode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Decrypt the encrypted code (like base64/aes) on the page, change magnet hash to link, remove page restriction (like copy protection), sniff downloadlink (like magnet/howfile/ed2k/zip/rar), bypass redirection Also decode source of softcobra.com by nin10news.
Informations de Base sur l'Extension
Nom | HGT Decode |
ID | dbheplacgeefjnhdacijldhfliehnhka |
URL Officiel | https://chromewebstore.google.com/detail/hgt-decode/dbheplacgeefjnhdacijldhfliehnhka |
Description | Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection |
Taille du Fichier | 159 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 4.3.15 |
Dernière Mise à Jour | 2022-07-19 |
Date de Publication | 2018-10-23 |
Évaluation | 4.86/5 Total 66 Évaluations |
Développeur | Hoothin |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://www.hoothin.com |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "4.3.15", "default_locale": "en", "manifest_version": 3, "description": "__MSG_extDescription__", "icons": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "48": "icon\/icon48.png" }, "action": { "default_icon": "favicon.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/hacgGodTurn.user.js", "js\/CryptoJS.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "tabs", "contextMenus", "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "http:\/\/hi.pcmoe.net\/bear.php", "https:\/\/www.keyfc.net\/bbs\/tools\/tudou.aspx", "https:\/\/nin10news.com\/wp-content\/themes\/twentysixteen\/inc\/decode.php" ], "background": { "service_worker": "js\/background.js" } } |