HackBar

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

What is HackBar?

HackBar is a Chrome extension developed by fangtiansheng, and its main feature is "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar".

Extension Screenshots

screenshot

Download HackBar Extension CRX File

Download HackBar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
Official URL https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Description A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
File Size 117 KB
Installation Count 3,000
Current Version 1.0.3
Last Updated 2021-01-26
Publish Date 2021-01-15
Rating 5.00/5 Total 4 Ratings
Developer fangtiansheng
Email [email protected]
Payment Type free
Extension Website https://github.com/valuespider/Bar
Help Page URL https://github.com/valuespider/Bar/issues
Supported Languages 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"
}