Deltahack

hacks your least favorite math site

Deltahack là gì?

Deltahack là một tiện ích mở rộng Chrome được phát triển bởi deltahack, và tính năng chính của nó là "hacks your least favorite math site".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deltahack

Tải xuống các tệp mở rộng Deltahack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Deltahack Deltahack
ID lmmjnpdpgcgfghalpdjolbjbfcnmlfhl
URL Chính Thức https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl
Mô tả hacks your least favorite math site
Kích Thước Tệp 10.25 KB
Số Lần Cài Đặt 1,474
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2021-06-30
Ngày Phát Hành 2021-06-12
Đánh Giá 2.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển deltahack
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}