Deltahack
hacks your least favorite math site
What is Deltahack?
Deltahack is a Chrome extension developed by deltahack, and its main feature is "hacks your least favorite math site".
Extension Screenshots
Download Deltahack Extension CRX File
Download Deltahack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
a deltamath hack this extension is PATCHED i am done with school and will no longer be updating it this extension is dead and will not work please dont use it or give any reviews click extension for answers on the deltamath website usage: to use pin the chrome extension and click on it in any deltamath problem for the answer
Extension Basic Information
Name | |
ID | lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
Official URL | https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
Description | hacks your least favorite math site |
File Size | 10.25 KB |
Installation Count | 1,474 |
Current Version | 0.9 |
Last Updated | 2021-06-30 |
Publish Date | 2021-06-12 |
Rating | 2.33/5 Total 15 Ratings |
Developer | deltahack |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deltahack", "version": "0.9", "manifest_version": 2, "description": "hacks your least favorite math site", "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "activeTab", "storage" ] } |