Prodigy Hacking Extension | PHEx

Free and open source hacks for Prodigy Math Game

Qu'est-ce que Prodigy Hacking Extension | PHEx ?

Prodigy Hacking Extension | PHEx est une extension Chrome développée par http://prodigypnp.com, et sa fonction principale est "Free and open source hacks for Prodigy Math Game".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
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

                        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                    

Informations de Base sur l'Extension

Nom Prodigy Hacking Extension | PHEx Prodigy Hacking Extension | PHEx
ID nmipcbdicnmjoifanpdcjdmifeioglkm
URL Officiel https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm
Description Free and open source hacks for Prodigy Math Game
Taille du Fichier 46.98 KB
Nombre d'Installations 45,643
Version Actuelle 3.0.1
Dernière Mise à Jour 2022-09-16
Date de Publication 2022-08-13
Évaluation 4.19/5 Total 83 Évaluations
Développeur http://prodigypnp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://prodigypnp.com
URL de la Page d'Aide https://dsc.gg/prodigypnp
URL de la Page de Politique de Confidentialité https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md
Langues Prises en Charge 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"
    }
}