Prodigy Hacking Extension (PHEx)
PHEx is an extension made to raise awareness of security issues for Prodigy
Wat is Prodigy Hacking Extension (PHEx)?
Prodigy Hacking Extension (PHEx) is een Chrome-extensie ontwikkeld door http://prodigyhacking.com, en de belangrijkste functie is "PHEx is an extension made to raise awareness of security issues for Prodigy".
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
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.
Basisinformatie over de Extensie
Naam | |
ID | gjabpajagbgoifbkflgojeojmnlmioea |
Officiële URL | https://chrome.google.com/webstore/detail/prodigy-hacking-extension/gjabpajagbgoifbkflgojeojmnlmioea |
Beschrijving | PHEx is an extension made to raise awareness of security issues for Prodigy |
Bestandsgrootte | 36.19 KB |
Aantal Installaties | 100,000 |
Huidige Versie | 2.1.8 |
Laatst Bijgewerkt | 2022-01-25 |
Publicatiedatum | 2021-03-05 |
Beoordeling | 3.67/5 Totaal 438 Beoordelingen |
Ontwikkelaar | http://prodigyhacking.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://prodigyhacking.com |
Help Pagina-URL | https://discord.gg/XQDfbfq |
Ondersteunde Talen | 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 } |