HGT Decode

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

HGT Decode란 무엇입니까?

HGT Decode은(는) Hoothin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HGT Decode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}