HackBar

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

Wat is HackBar?

HackBar is een Chrome-extensie ontwikkeld door fangtiansheng, en de belangrijkste functie is "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HackBar

Download HackBar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
Officiële URL https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Beschrijving A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Bestandsgrootte 117 KB
Aantal Installaties 3,000
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-01-26
Publicatiedatum 2021-01-15
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar fangtiansheng
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/valuespider/Bar
Help Pagina-URL https://github.com/valuespider/Bar/issues
Ondersteunde Talen 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"
}