HGT Decode
Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection
HGT Decode là gì?
HGT Decode là một tiện ích mở rộng Chrome được phát triển bởi Hoothin, và tính năng chính của nó là "Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HGT Decode
Tải xuống các tệp mở rộng HGT Decode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HGT Decode |
ID | dbheplacgeefjnhdacijldhfliehnhka |
URL Chính Thức | https://chromewebstore.google.com/detail/hgt-decode/dbheplacgeefjnhdacijldhfliehnhka |
Mô tả | Decrypt the encrypted code on the page, remove page restriction like copy protection, sniff downloadlink, bypass redirection |
Kích Thước Tệp | 159 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 4.3.15 |
Cập Nhật Lần Cuối | 2022-07-19 |
Ngày Phát Hành | 2018-10-23 |
Đánh Giá | 4.86/5 Tổng số 66 Đánh Giá |
Nhà Phát Triển | Hoothin |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://www.hoothin.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |