Prodigy Hacking Extension | PHEx
Free and open source hacks for Prodigy Math Game
什么是Prodigy Hacking Extension | PHEx?
Prodigy Hacking Extension | PHEx是由http://prodigypnp.com开发的Chrome扩展程序,该扩展的主要功能是“Free and open source hacks for Prodigy Math Game”。
扩展截图
下载Prodigy Hacking Extension | PHEx扩展crx文件
下载Prodigy Hacking Extension | PHEx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Free and open source hacks for Prodigy Math Game! Hacks include Set Gold, Set Level, Set Morph, Complete Quest, and more! Also, note that our goal was to improve Prodigy's security, not ruining the game for profit. We won't sell our hacks, or put ads. All of our code is open source at https://github.com/ProdigyPNP
扩展基本信息
名称 | |
ID | nmipcbdicnmjoifanpdcjdmifeioglkm |
官方URL | https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm |
简介 | Free and open source hacks for Prodigy Math Game |
文件大小 | 46.98 KB |
安装次数 | 45,643 |
当前版本 | 3.0.1 |
更新时间 | 2022-09-16 |
上架时间 | 2022-08-13 |
评分 | 4.19/5 共83次评分 |
开发者 | http://prodigypnp.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://prodigypnp.com |
帮助页面URL | https://dsc.gg/prodigypnp |
隐私政策页面URL | https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prodigy Hacking Extension | PHEx", "manifest_version": 3, "version": "3.0.1", "description": "Free and open source hacks for Prodigy Math Game", "author": "ProdigyPNP", "permissions": [ "declarativeNetRequest", "storage" ], "host_permissions": [ "*:\/\/*.prodigygame.com\/*", "https:\/\/raw.githubusercontent.com\/*", "https:\/\/infinitezero.net\/*" ], "icons": { "16": "assets\/x16.png", "48": "assets\/x48.png", "128": "assets\/x128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "rulesets", "enabled": true, "path": "block.json" } ] }, "content_scripts": [ { "matches": [ "https:\/\/math.prodigygame.com\/*" ], "js": [ "disableIntegrity.js", "swal\/sweetalert2.all.min.js" ] } ], "action": { "default_popup": "popup.html", "default_icons": { "16": "assets\/x16.png", "48": "assets\/x48.png", "128": "assets\/x128.png" }, "default_title": "Prodigy Hacking Extension | PHEx" } } |