Prodigy Hacking Extension (PHEx)

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

Hvad er Prodigy Hacking Extension (PHEx)?

Prodigy Hacking Extension (PHEx) er en Chrome-udvidelse udviklet af http://prodigyhacking.com, og dens hovedfunktion er "PHEx is an extension made to raise awareness of security issues for Prodigy".

Udvidelsesskærmbilleder

screenshot

Download Prodigy Hacking Extension (PHEx)-udvidelses-CRX-fil

Download Prodigy Hacking Extension (PHEx)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Prodigy Hacking Extension (PHEx) Prodigy Hacking Extension (PHEx)
ID gjabpajagbgoifbkflgojeojmnlmioea
Officiel URL https://chrome.google.com/webstore/detail/prodigy-hacking-extension/gjabpajagbgoifbkflgojeojmnlmioea
Beskrivelse PHEx is an extension made to raise awareness of security issues for Prodigy
Filstørrelse 36.19 KB
Antal Installationer 100,000
Nuværende Version 2.1.8
Senest Opdateret 2022-01-25
Udgivelsesdato 2021-03-05
Bedømmelse 3.67/5 Samlet 438 Bedømmelser
Udvikler http://prodigyhacking.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://prodigyhacking.com
Hjælpeside-URL https://discord.gg/XQDfbfq
Understøttede Sprog 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
}