Delta Math Interception (e)Xtension | DMIx

Free hacks for Delta Math, the math learning tool.

O que é Delta Math Interception (e)Xtension | DMIx?

Delta Math Interception (e)Xtension | DMIx é uma extensão do Chrome desenvolvida por https://dxlta.icu, e sua principal característica é "Free hacks for Delta Math, the math learning tool.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Delta Math Interception (e)Xtension | DMIx

Baixe arquivos de extensão Delta Math Interception (e)Xtension | DMIx 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

                        Free and open source hacks for DeltaMath, the math learning tool! Hacks let you do CRAZY S*** like getting A 0.8 SECOND TIME on 10 TIMED PROBLEMS, and more! Also, note that our goal was to improve DeltaMath's security, not ruining the website for profit. We won't sell our hacks, or put ads.

All of our code is open source at https://github.com/DxltaMath                    

Informações Básicas da Extensão

Nome Delta Math Interception (e)Xtension | DMIx Delta Math Interception (e)Xtension | DMIx
ID lhhhbaakoallicbipmckclbigdlkdodh
URL Oficial https://chromewebstore.google.com/detail/delta-math-interception-e/lhhhbaakoallicbipmckclbigdlkdodh
Descrição Free hacks for Delta Math, the math learning tool.
Tamanho do Arquivo 95.74 KB
Contagem de Instalações 1,872
Versão Atual 0.2.0
Última Atualização 2022-09-21
Data de Publicação 2022-08-31
Classificação 2.63/5 Total de 8 Avaliações
Desenvolvedor https://dxlta.icu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dxlta.icu
URL da Página de Ajuda https://dsc.gg/dxlta
URL da Página de Política de Privacidade https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delta Math Interception (e)Xtension | DMIx",
    "manifest_version": 3,
    "version": "0.2.0",
    "description": "Free hacks for Delta Math, the math learning tool.",
    "author": "gemsvido",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.deltamath.com\/*",
        "https:\/\/raw.githubusercontent.com\/*",
        "*:\/\/*.afkvido.repl.co\/*"
    ],
    "icons": {
        "128": "assets\/x128.png",
        "96": "assets\/x96.png",
        "48": "assets\/x48.png",
        "32": "assets\/x32.png",
        "16": "assets\/x16.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rulesets",
                "enabled": true,
                "path": "block.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deltamath.com\/app\/student\/*",
                "*:\/\/*.deltamath.com\/app\/\/student\/*"
            ],
            "js": [
                "loadNil.js",
                "swal\/sweetalert2.all.min.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "128": "assets\/x128.png"
        },
        "default_title": "Delta Math Interception (e)Xtension | DMIx"
    }
}