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 - это расширение Chrome, разработанное https://dxlta.icu, и его основная функция - "Free hacks for Delta Math, the math learning tool.".
Снимки экрана расширения
Скачать файл CRX расширения Delta Math Interception (e)Xtension | DMIx
Скачайте файлы расширений 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 |
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" } } |