Deltahack
hacks your least favorite math site
Wat is Deltahack?
Deltahack is een Chrome-extensie ontwikkeld door deltahack, en de belangrijkste functie is "hacks your least favorite math site".
Extensie Screenshots
Download het CRX-bestand van de extensie Deltahack
Download Deltahack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
Officiële URL | https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
Beschrijving | hacks your least favorite math site |
Bestandsgrootte | 10.25 KB |
Aantal Installaties | 1,474 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2021-06-30 |
Publicatiedatum | 2021-06-12 |
Beoordeling | 2.33/5 Totaal 15 Beoordelingen |
Ontwikkelaar | deltahack |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |