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"
    }
}