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
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
]
}
}