Browser History Logger Firefox

Examine source code of Browser History Logger

Inspect and view changes in Browser History Logger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browser History Logger",
  "description": "Log each opened website to a user specified HTTP endpoint",
  "version": "1.0.2",
  "permissions": [
    "history",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_title": "",
    "default_popup": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false,
    "chrome_style": false
  },
  "applications": {
    "gecko": {
      "id": "BrowserHistoryLogger@Programie",
      "strict_min_version": "100.0"
    }
  }
}

Best Browser History Logger Alternatives

Here are some Firefox add-ons that are similar to Browser History Logger: