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
电子邮箱 [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"
    ]
}