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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}