Prodigy Hacking Extension | PHEx

Free and open source hacks for Prodigy Math Game

Что такое Prodigy Hacking Extension | PHEx?

Prodigy Hacking Extension | PHEx - это расширение Chrome, разработанное http://prodigypnp.com, и его основная функция - "Free and open source hacks for Prodigy Math Game".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Prodigy Hacking Extension | PHEx

Скачайте файлы расширений Prodigy Hacking Extension | PHEx в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Prodigy Hacking Extension | PHEx Prodigy Hacking Extension | PHEx
ID nmipcbdicnmjoifanpdcjdmifeioglkm
Официальный URL https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm
Описание Free and open source hacks for Prodigy Math Game
Размер файла 46.98 KB
Количество установок 45,643
Текущая Версия 3.0.1
Последнее Обновление 2022-09-16
Дата публикации 2022-08-13
Рейтинг 4.19/5 Всего 83 оценок
Разработчик http://prodigypnp.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://prodigypnp.com
URL страницы помощи https://dsc.gg/prodigypnp
URL страницы политики конфиденциальности https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md
Поддерживаемые языки 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"
    }
}