Deltahack

hacks your least favorite math site

Cos'è Deltahack?

Deltahack è un'estensione di Chrome sviluppata da deltahack, e la sua funzione principale è "hacks your least favorite math site".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Deltahack

Scarica i file di estensione Deltahack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Deltahack Deltahack
ID lmmjnpdpgcgfghalpdjolbjbfcnmlfhl
URL Ufficiale https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl
Descrizione hacks your least favorite math site
Dimensione del File 10.25 KB
Conteggio Installazioni 1,474
Versione Corrente 0.9
Ultimo Aggiornamento 2021-06-30
Data di Pubblicazione 2021-06-12
Valutazione 2.33/5 Totale 15 Valutazioni
Sviluppatore deltahack
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}