HackBar

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

Co je HackBar?

HackBar je rozšíření Chrome vyvinuté fangtiansheng, a jeho hlavní funkcí je „A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření HackBar

Stáhněte si soubory rozšíření HackBar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
Oficiální URL https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Popis A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Velikost souboru 117 KB
Počet instalací 3,000
Aktuální Verze 1.0.3
Poslední Aktualizace 2021-01-26
Datum Vydání 2021-01-15
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář fangtiansheng
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/valuespider/Bar
URL Stránky Nápovědy https://github.com/valuespider/Bar/issues
Podporované Jazyky 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"
}