HackBar

HackBar

A HackBar for new firefox (Firefox Quantum). This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.",
  "manifest_version": 2,
  "name": "HackBar",
  "version": "2.3.1",
  "author": "Khoiasd",
  "homepage_url": "https://hackbar.herokuapp.com",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "devtools_page": "theme/hackbar.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}