Delta Math Interception (e)Xtension | DMIx
Free hacks for Delta Math, the math learning tool.
Delta Math Interception (e)Xtension | DMIx là gì?
Delta Math Interception (e)Xtension | DMIx là một tiện ích mở rộng Chrome được phát triển bởi https://dxlta.icu, và tính năng chính của nó là "Free hacks for Delta Math, the math learning tool.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Delta Math Interception (e)Xtension | DMIx
Tải xuống các tệp mở rộng Delta Math Interception (e)Xtension | DMIx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Delta Math Interception (e)Xtension | DMIx |
ID | lhhhbaakoallicbipmckclbigdlkdodh |
URL Chính Thức | https://chromewebstore.google.com/detail/delta-math-interception-e/lhhhbaakoallicbipmckclbigdlkdodh |
Mô tả | Free hacks for Delta Math, the math learning tool. |
Kích Thước Tệp | 95.74 KB |
Số Lần Cài Đặt | 1,872 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2022-09-21 |
Ngày Phát Hành | 2022-08-31 |
Đánh Giá | 2.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://dxlta.icu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dxlta.icu |
URL Trang Trợ Giúp | https://dsc.gg/dxlta |
URL Trang Chính Sách Bảo Mật | https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |