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」です。
拡張機能のスクリーンショット
HGT Decode拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |