Deltahack

hacks your least favorite math site

Deltahackとは何ですか?

Deltahackはdeltahackによって開発されたChromeの拡張機能で、その主な機能は「hacks your least favorite math site」です。

拡張機能のスクリーンショット

screenshot

Deltahack拡張機能のCRXファイルをダウンロード

Deltahack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Deltahack Deltahack
ID lmmjnpdpgcgfghalpdjolbjbfcnmlfhl
公式URL https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl
説明 hacks your least favorite math site
ファイルサイズ 10.25 KB
インストール数 1,474
現在のバージョン 0.9
最終更新日 2021-06-30
公開日 2021-06-12
評価 2.33/5 合計 15 レビュー
開発者 deltahack
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}