Site Visit Tracker Firefox

Examine source code of Site Visit Tracker

Inspect and view changes in Site Visit Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Site Visit Tracker",
  "version": "1.2",
  "description": "Counts how many times you visited each site and shows the last visit date.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html",
    "default_title": "Site Visit Counter"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{295f60bb-6d34-4cd4-aae1-e17a81dfda3a}",
      "strict_min_version": "127.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Site Visit Tracker Alternatives

Here are some Firefox add-ons that are similar to Site Visit Tracker: