HackBar V2

HackBar V2

[No License, FOREVER FREE] A HackBar for new firefox (Firefox Quantum). This addon is written in webextension and alternatives to the XUL version of original Hackbar. You can ask request here: https://github.com/Hack-Free/HackBar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "hackbar@chewbaka"
    }
  },
  "author": "Chewbaka",
  "description": "A HackBar for new firefox (Firefox Quantum). This addon is written in webextension and alternatives to the XUL version of original Hackbar.",
  "manifest_version": 2,
  "name": "HackBar V2",
  "version": "2.5.3",
  "homepage_url": "https://github.com/Hack-Free/HackBar",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "devtools_page": "theme/hackbar.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}