Delta Math Interception (e)Xtension | DMIx

Free hacks for Delta Math, the math learning tool.

Delta Math Interception (e)Xtension | DMIx क्या है?

Delta Math Interception (e)Xtension | DMIx https://dxlta.icu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free hacks for Delta Math, the math learning tool."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Delta Math Interception (e)Xtension | DMIx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Delta Math Interception (e)Xtension | DMIx Delta Math Interception (e)Xtension | DMIx
ID lhhhbaakoallicbipmckclbigdlkdodh
आधिकारिक URL https://chromewebstore.google.com/detail/delta-math-interception-e/lhhhbaakoallicbipmckclbigdlkdodh
विवरण Free hacks for Delta Math, the math learning tool.
फ़ाइल का आकार 95.74 KB
स्थापना संख्या 1,872
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-09-21
प्रकाशन तिथि 2022-08-31
रेटिंग 2.63/5 कुल 8 रेटिंग्स
डेवलपर https://dxlta.icu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dxlta.icu
सहायता पृष्ठ URL https://dsc.gg/dxlta
गोपनीयता नीति पृष्ठ 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": "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"
    }
}