HGT Decode

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

Τι είναι το HGT Decode;

Το HGT Decode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hoothin, και η κύρια λειτουργία του είναι "Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης HGT Decode

Λήψη αρχείων επέκτασης HGT Decode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα HGT Decode HGT Decode
ID dbheplacgeefjnhdacijldhfliehnhka
Επίσημο URL https://chromewebstore.google.com/detail/hgt-decode/dbheplacgeefjnhdacijldhfliehnhka
Περιγραφή Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection
Μέγεθος Αρχείου 159 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 4.3.15
Τελευταία Ενημέρωση 2022-07-19
Ημερομηνία Δημοσίευσης 2018-10-23
Αξιολόγηση 4.86/5 Συνολικά 66 Αξιολογήσεις
Προγραμματιστής Hoothin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://www.hoothin.com
Υποστηριζόμενες Γλώσσες 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"
    }
}