Prodigy Hacking Extension | PHEx

Free and open source hacks for Prodigy Math Game

Was ist Prodigy Hacking Extension | PHEx?

Prodigy Hacking Extension | PHEx ist eine Chrome-Erweiterung, die von http://prodigypnp.com entwickelt wurde, und ihr Hauptmerkmal ist "Free and open source hacks for Prodigy Math Game".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Prodigy Hacking Extension | PHEx-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prodigy Hacking Extension | PHEx-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Prodigy Hacking Extension | PHEx Prodigy Hacking Extension | PHEx
ID nmipcbdicnmjoifanpdcjdmifeioglkm
Offizielle URL https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm
Beschreibung Free and open source hacks for Prodigy Math Game
Dateigröße 46.98 KB
Installationsanzahl 45,643
Aktuelle Version 3.0.1
Letztes Update 2022-09-16
Veröffentlichungsdatum 2022-08-13
Bewertung 4.19/5 Insgesamt 83 Bewertungen
Entwickler http://prodigypnp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://prodigypnp.com
Hilfeseite URL https://dsc.gg/prodigypnp
URL der Datenschutzrichtlinien-Seite https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md
Unterstützte Sprachen 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"
    }
}