Prodigy Hacking Extension (PHEx)

PHEx is an extension made to raise awareness of security issues for Prodigy

Qu'est-ce que Prodigy Hacking Extension (PHEx) ?

Prodigy Hacking Extension (PHEx) est une extension Chrome développée par http://prodigyhacking.com, et sa fonction principale est "PHEx is an extension made to raise awareness of security issues for Prodigy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Prodigy Hacking Extension (PHEx)

Téléchargez les fichiers d'extension Prodigy Hacking Extension (PHEx) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Prodigy Hacking Extension (PHEx) Prodigy Hacking Extension (PHEx)
ID gjabpajagbgoifbkflgojeojmnlmioea
URL Officiel https://chrome.google.com/webstore/detail/prodigy-hacking-extension/gjabpajagbgoifbkflgojeojmnlmioea
Description PHEx is an extension made to raise awareness of security issues for Prodigy
Taille du Fichier 36.19 KB
Nombre d'Installations 100,000
Version Actuelle 2.1.8
Dernière Mise à Jour 2022-01-25
Date de Publication 2021-03-05
Évaluation 3.67/5 Total 438 Évaluations
Développeur http://prodigyhacking.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://prodigyhacking.com
URL de la Page d'Aide https://discord.gg/XQDfbfq
Langues Prises en Charge 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
}