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
官方網址 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
電子郵箱 [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"
    ]
}