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开发的Chrome扩展程序,该扩展的主要功能是“Free hacks for Delta Math, the math learning tool.”。

扩展截图

screenshot

下载Delta Math Interception (e)Xtension | DMIx扩展crx文件

下载Delta Math Interception (e)Xtension | DMIx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}