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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}