Delta Math Interception (e)Xtension | DMIx

Free hacks for Delta Math, the math learning tool.

Qu'est-ce que Delta Math Interception (e)Xtension | DMIx ?

Delta Math Interception (e)Xtension | DMIx est une extension Chrome développée par https://dxlta.icu, et sa fonction principale est "Free hacks for Delta Math, the math learning tool.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Delta Math Interception (e)Xtension | DMIx

Téléchargez les fichiers d'extension Delta Math Interception (e)Xtension | DMIx 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 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                    

Informations de Base sur l'Extension

Nom Delta Math Interception (e)Xtension | DMIx Delta Math Interception (e)Xtension | DMIx
ID lhhhbaakoallicbipmckclbigdlkdodh
URL Officiel https://chromewebstore.google.com/detail/delta-math-interception-e/lhhhbaakoallicbipmckclbigdlkdodh
Description Free hacks for Delta Math, the math learning tool.
Taille du Fichier 95.74 KB
Nombre d'Installations 1,872
Version Actuelle 0.2.0
Dernière Mise à Jour 2022-09-21
Date de Publication 2022-08-31
Évaluation 2.63/5 Total 8 Évaluations
Développeur https://dxlta.icu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dxlta.icu
URL de la Page d'Aide https://dsc.gg/dxlta
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": "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"
    }
}