HGT Decode

Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection

What is HGT Decode?

HGT Decode is a Chrome extension developed by Hoothin, and its main feature is "Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download HGT Decode Extension CRX File

Download HGT Decode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HGT Decode HGT Decode
ID dbheplacgeefjnhdacijldhfliehnhka
Official URL 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
File Size 159 KB
Installation Count 10,000
Current Version 4.3.15
Last Updated 2022-07-19
Publish Date 2018-10-23
Rating 4.86/5 Total 66 Ratings
Developer Hoothin
Email [email protected]
Payment Type free
Help Page URL http://www.hoothin.com
Supported Languages 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"
    }
}