Deltahack
hacks your least favorite math site
Qu'est-ce que Deltahack ?
Deltahack est une extension Chrome développée par deltahack, et sa fonction principale est "hacks your least favorite math site".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Deltahack
Téléchargez les fichiers d'extension Deltahack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
URL Officiel | https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
Description | hacks your least favorite math site |
Taille du Fichier | 10.25 KB |
Nombre d'Installations | 1,474 |
Version Actuelle | 0.9 |
Dernière Mise à Jour | 2021-06-30 |
Date de Publication | 2021-06-12 |
Évaluation | 2.33/5 Total 15 Évaluations |
Développeur | deltahack |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |