HackBar

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

Qu'est-ce que HackBar ?

HackBar est une extension Chrome développée par fangtiansheng, et sa fonction principale est "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HackBar

Téléchargez les fichiers d'extension HackBar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
URL Officiel https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Description A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Taille du Fichier 117 KB
Nombre d'Installations 3,000
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-01-26
Date de Publication 2021-01-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur fangtiansheng
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/valuespider/Bar
URL de la Page d'Aide https://github.com/valuespider/Bar/issues
Langues Prises en Charge 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"
}