Prodigy Hacking Extension (PHEx)
PHEx is an extension made to raise awareness of security issues for Prodigy
Prodigy Hacking Extension (PHEx) là gì?
Prodigy Hacking Extension (PHEx) là một tiện ích mở rộng Chrome được phát triển bởi http://prodigyhacking.com, và tính năng chính của nó là "PHEx is an extension made to raise awareness of security issues for Prodigy".
Ả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 Prodigy Hacking Extension (PHEx)
Tải xuống các tệp mở rộng Prodigy Hacking Extension (PHEx) 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
The goal of the Prodigy Hacking Organization is to raise awareness of the game security issues that SMARTeacher has blatantly ignored. This is a Chrome extension that allows users of SMARTeacher products (currently: Prodigy) to explore security issues within the game without exposing any functionality that could be damaging to another user's expierence. For more information, see https://prodigyhacking.com We do NOT collect any information on you or anything else. We do not see profits from you or anyone else. Our code is 100% open source, and you can view our code and other projects at https://github.com/Prodigy-Hacking Prodigy Hacking is in no way associated with Prodigy Math Game or SMARTeacher.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjabpajagbgoifbkflgojeojmnlmioea |
URL Chính Thức | https://chrome.google.com/webstore/detail/prodigy-hacking-extension/gjabpajagbgoifbkflgojeojmnlmioea |
Mô tả | PHEx is an extension made to raise awareness of security issues for Prodigy |
Kích Thước Tệp | 36.19 KB |
Số Lần Cài Đặt | 100,000 |
Phiên Bản Hiện Tại | 2.1.8 |
Cập Nhật Lần Cuối | 2022-01-25 |
Ngày Phát Hành | 2021-03-05 |
Đánh Giá | 3.67/5 Tổng số 438 Đánh Giá |
Nhà Phát Triển | http://prodigyhacking.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://prodigyhacking.com |
URL Trang Trợ Giúp | https://discord.gg/XQDfbfq |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prodigy Hacking Extension (PHEx)", "version": "2.1.8", "description": "PHEx is an extension made to raise awareness of security issues for Prodigy", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.prodigygame.com\/*", "https:\/\/raw.githubusercontent.com\/*", "storage" ], "icons": { "16": "assets\/x16.png", "48": "assets\/x48.png", "128": "assets\/x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/math.prodigygame.com\/*" ], "js": [ "disableIntegrity.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |