HackBar

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

Vad är HackBar?

HackBar är en Chrome-tillägg utvecklad av fangtiansheng, och dess huvudfunktion är "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar".

Tilläggsskärmbilder

screenshot

Ladda ner HackBar-förlängningens CRX-fil

Ladda ner HackBar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
Officiell webbadress https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Beskrivning A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Filstorlek 117 KB
Antal Installationer 3,000
Aktuell Version 1.0.3
Senast Uppdaterad 2021-01-26
Publiceringsdatum 2021-01-15
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare fangtiansheng
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/valuespider/Bar
Hjälpsida URL https://github.com/valuespider/Bar/issues
Stödda Språk 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"
}