HackBar

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

什麼是HackBar?

HackBar是由fangtiansheng開發的Chrome擴展程式,該擴展的主要功能是“A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar”。

擴展截圖

screenshot

下載HackBar擴展crx文件

下載HackBar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
官方網址 https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
簡介 A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
檔案大小 117 KB
安裝次數 3,000
目前版本 1.0.3
更新時間 2021-01-26
上架時間 2021-01-15
評分 5.00/5 共 4 次評分
開發者 fangtiansheng
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/valuespider/Bar
說明頁面URL https://github.com/valuespider/Bar/issues
支援的語言 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"
}