Prodigy Hacking Extension (PHEx)
PHEx is an extension made to raise awareness of security issues for Prodigy
Cos'è Prodigy Hacking Extension (PHEx)?
Prodigy Hacking Extension (PHEx) è un'estensione di Chrome sviluppata da http://prodigyhacking.com, e la sua funzione principale è "PHEx is an extension made to raise awareness of security issues for Prodigy".
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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gjabpajagbgoifbkflgojeojmnlmioea |
URL Ufficiale | https://chrome.google.com/webstore/detail/prodigy-hacking-extension/gjabpajagbgoifbkflgojeojmnlmioea |
Descrizione | PHEx is an extension made to raise awareness of security issues for Prodigy |
Dimensione del File | 36.19 KB |
Conteggio Installazioni | 100,000 |
Versione Corrente | 2.1.8 |
Ultimo Aggiornamento | 2022-01-25 |
Data di Pubblicazione | 2021-03-05 |
Valutazione | 3.67/5 Totale 438 Valutazioni |
Sviluppatore | http://prodigyhacking.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://prodigyhacking.com |
URL della Pagina di Aiuto | https://discord.gg/XQDfbfq |
Lingue Supportate | 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 } |