Prodigy Hacking Extension | PHEx
Free and open source hacks for Prodigy Math Game
¿Qué es Prodigy Hacking Extension | PHEx?
Prodigy Hacking Extension | PHEx es una extensión de Chrome desarrollada por http://prodigypnp.com, y su función principal es "Free and open source hacks for Prodigy Math Game".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Prodigy Hacking Extension | PHEx
Descarga archivos de extensión Prodigy Hacking Extension | PHEx en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | nmipcbdicnmjoifanpdcjdmifeioglkm |
URL Oficial | https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm |
Descripción | Free and open source hacks for Prodigy Math Game |
Tamaño del Archivo | 46.98 KB |
Cantidad de Instalaciones | 45,643 |
Versión Actual | 3.0.1 |
Última Actualización | 2022-09-16 |
Fecha de Publicación | 2022-08-13 |
Calificación | 4.19/5 Total de 83 Calificaciones |
Desarrollador | http://prodigypnp.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://prodigypnp.com |
URL de la Página de Ayuda | https://dsc.gg/prodigypnp |
URL de la Página de Política de Privacidad | https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md |
Idiomas Soportados | 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" } } |