Prodigy Hacking Extension | PHEx
Free and open source hacks for Prodigy Math Game
Cos'è Prodigy Hacking Extension | PHEx?
Prodigy Hacking Extension | PHEx è un'estensione di Chrome sviluppata da http://prodigypnp.com, e la sua funzione principale è "Free and open source hacks for Prodigy Math Game".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prodigy Hacking Extension | PHEx
Scarica i file di estensione Prodigy Hacking Extension | PHEx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | nmipcbdicnmjoifanpdcjdmifeioglkm |
URL Ufficiale | https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm |
Descrizione | Free and open source hacks for Prodigy Math Game |
Dimensione del File | 46.98 KB |
Conteggio Installazioni | 45,643 |
Versione Corrente | 3.0.1 |
Ultimo Aggiornamento | 2022-09-16 |
Data di Pubblicazione | 2022-08-13 |
Valutazione | 4.19/5 Totale 83 Valutazioni |
Sviluppatore | http://prodigypnp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://prodigypnp.com |
URL della Pagina di Aiuto | https://dsc.gg/prodigypnp |
URL della Pagina della Politica sulla Privacy | https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md |
Lingue Supportate | 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" } } |