HGT Decode
Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection
Wat is HGT Decode?
HGT Decode is een Chrome-extensie ontwikkeld door Hoothin, en de belangrijkste functie is "Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection".
Extensie Screenshots
Download het CRX-bestand van de extensie HGT Decode
Download HGT Decode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | HGT Decode |
ID | dbheplacgeefjnhdacijldhfliehnhka |
Officiële URL | https://chromewebstore.google.com/detail/hgt-decode/dbheplacgeefjnhdacijldhfliehnhka |
Beschrijving | Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection |
Bestandsgrootte | 159 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 4.3.15 |
Laatst Bijgewerkt | 2022-07-19 |
Publicatiedatum | 2018-10-23 |
Beoordeling | 4.86/5 Totaal 66 Beoordelingen |
Ontwikkelaar | Hoothin |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | http://www.hoothin.com |
Ondersteunde Talen | 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" } } |