HistoryBlock Firefox

Examine source code of HistoryBlock

By: Kain
Inspect and view changes in HistoryBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "2.2",
  "description": "__MSG_extensionDescription__",
  "author": "kain",
  "developer": {
    "name": "kain"
  },
  "default_locale": "en",
  "homepage_url": "https://github.com/kainsavage/HistoryBlock",
  "applications": {
    "gecko": {
      "id": "historyblock@kain",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "sessions",
    "tabs",
    "history",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "libraries/psl.js",
      "libraries/NoHash.js",
      "libraries/SHA1.js",
      "libraries/Matcher.js",
      "libraries/DomainMatcher.js",
      "libraries/SubdomainMatcher.js",
      "libraries/URLMatcher.js",
      "historyblock.js"
    ]
  },
  "icons": {
    "16": "icons/HistoryBlock16x16.png",
    "32": "icons/HistoryBlock32x32.png",
    "64": "icons/HistoryBlock64x64.png",
    "128": "icons/HistoryBlock128x128.png",
    "512": "icons/HistoryBlock512x512.png"
  },
  "options_ui": {
    "page": "options/index.html"
  }
}

Best HistoryBlock Alternatives

Here are some Firefox add-ons that are similar to HistoryBlock: