HackBar

A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar

HackBar là gì?

HackBar là một tiện ích mở rộng Chrome được phát triển bởi fangtiansheng, và tính năng chính của nó là "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar".

Ả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 HackBar

Tải xuống các tệp mở rộng HackBar 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

                        tools help developping anti-spider: requests analysis, Encryption, Encoding, Json response format, Uppercase and Lowercase convert, and so on.
update with new logo.                    

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

Tên HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
URL Chính Thức https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Mô tả A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-01-26
Ngày Phát Hành 2021-01-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển fangtiansheng
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/valuespider/Bar
URL Trang Trợ Giúp https://github.com/valuespider/Bar/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar",
    "devtools_page": "theme\/bar.html",
    "icons": {
        "48": "icons\/icon.png"
    },
    "manifest_version": 2,
    "name": "HackBar",
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "version": "1.0.3"
}