HackBar

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

Co to jest HackBar?

HackBar to rozszerzenie Chrome opracowane przez fangtiansheng, a jego główną funkcją jest „A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HackBar

Pobierz pliki rozszerzeń HackBar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
Oficjalny URL https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Opis A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Rozmiar pliku 117 KB
Liczba instalacji 3,000
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-01-26
Data Publikacji 2021-01-15
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper fangtiansheng
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/valuespider/Bar
Adres URL Strony Pomocy https://github.com/valuespider/Bar/issues
Obsługiwane Języki 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"
}