HackBar

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

Hvad er HackBar?

HackBar er en Chrome-udvidelse udviklet af fangtiansheng, og dens hovedfunktion er "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar".

Udvidelsesskærmbilleder

screenshot

Download HackBar-udvidelses-CRX-fil

Download HackBar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
Officiel URL https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
Beskrivelse A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
Filstørrelse 117 KB
Antal Installationer 3,000
Nuværende Version 1.0.3
Senest Opdateret 2021-01-26
Udgivelsesdato 2021-01-15
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler fangtiansheng
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/valuespider/Bar
Hjælpeside-URL https://github.com/valuespider/Bar/issues
Understøttede Sprog 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"
}