Deltahack

hacks your least favorite math site

O que é Deltahack?

Deltahack é uma extensão do Chrome desenvolvida por deltahack, e sua principal característica é "hacks your least favorite math site".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Deltahack

Baixe arquivos de extensão Deltahack no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Deltahack Deltahack
ID lmmjnpdpgcgfghalpdjolbjbfcnmlfhl
URL Oficial https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl
Descrição hacks your least favorite math site
Tamanho do Arquivo 10.25 KB
Contagem de Instalações 1,474
Versão Atual 0.9
Última Atualização 2021-06-30
Data de Publicação 2021-06-12
Classificação 2.33/5 Total de 15 Avaliações
Desenvolvedor deltahack
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}