HackBar

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

O que é HackBar?

HackBar é uma extensão do Chrome desenvolvida por fangtiansheng, e sua principal característica é "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HackBar

Baixe arquivos de extensão HackBar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
URL Oficial https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Descrição A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Tamanho do Arquivo 117 KB
Contagem de Instalações 3,000
Versão Atual 1.0.3
Última Atualização 2021-01-26
Data de Publicação 2021-01-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor fangtiansheng
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/valuespider/Bar
URL da Página de Ajuda https://github.com/valuespider/Bar/issues
Idiomas Suportados 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"
}