Prodigy Hacking Extension (PHEx)

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

O que é Prodigy Hacking Extension (PHEx)?

Prodigy Hacking Extension (PHEx) é uma extensão do Chrome desenvolvida por http://prodigyhacking.com, e sua principal característica é "PHEx is an extension made to raise awareness of security issues for Prodigy".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Prodigy Hacking Extension (PHEx)

Baixe arquivos de extensão Prodigy Hacking Extension (PHEx) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Prodigy Hacking Extension (PHEx) Prodigy Hacking Extension (PHEx)
ID gjabpajagbgoifbkflgojeojmnlmioea
URL Oficial https://chrome.google.com/webstore/detail/prodigy-hacking-extension/gjabpajagbgoifbkflgojeojmnlmioea
Descrição PHEx is an extension made to raise awareness of security issues for Prodigy
Tamanho do Arquivo 36.19 KB
Contagem de Instalações 100,000
Versão Atual 2.1.8
Última Atualização 2022-01-25
Data de Publicação 2021-03-05
Classificação 3.67/5 Total de 438 Avaliações
Desenvolvedor http://prodigyhacking.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://prodigyhacking.com
URL da Página de Ajuda https://discord.gg/XQDfbfq
Idiomas Suportados 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
}