HackBar (cracked & fixed)

HackBar (cracked & fixed)

A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.

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 (cracked & fixed)",
  "version": "3",
  "author": "evmer",
  "homepage_url": "https://github.com/evmer/hackbar",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "devtools_page": "theme/hackbar.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3e99cc76-0dc1-49a5-a51c-073cda4643ee}"
    }
  }
}