Prodigy Hacking Extension | PHEx
Free and open source hacks for Prodigy Math Game
Wat is Prodigy Hacking Extension | PHEx?
Prodigy Hacking Extension | PHEx is een Chrome-extensie ontwikkeld door http://prodigypnp.com, en de belangrijkste functie is "Free and open source hacks for Prodigy Math Game".
Extensie Screenshots
Download het CRX-bestand van de extensie Prodigy Hacking Extension | PHEx
Download Prodigy Hacking Extension | PHEx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | nmipcbdicnmjoifanpdcjdmifeioglkm |
Officiële URL | https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm |
Beschrijving | Free and open source hacks for Prodigy Math Game |
Bestandsgrootte | 46.98 KB |
Aantal Installaties | 45,643 |
Huidige Versie | 3.0.1 |
Laatst Bijgewerkt | 2022-09-16 |
Publicatiedatum | 2022-08-13 |
Beoordeling | 4.19/5 Totaal 83 Beoordelingen |
Ontwikkelaar | http://prodigypnp.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://prodigypnp.com |
Help Pagina-URL | https://dsc.gg/prodigypnp |
URL van de Privacybeleid Pagina | https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md |
Ondersteunde Talen | 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" } } |