HackBar

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

Cos'è HackBar?

HackBar è un'estensione di Chrome sviluppata da fangtiansheng, e la sua funzione principale è "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HackBar

Scarica i file di estensione HackBar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
URL Ufficiale https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Descrizione A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Dimensione del File 117 KB
Conteggio Installazioni 3,000
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-01-26
Data di Pubblicazione 2021-01-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore fangtiansheng
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/valuespider/Bar
URL della Pagina di Aiuto https://github.com/valuespider/Bar/issues
Lingue Supportate 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"
}