Website Visit Tracker Firefox

Examine source code of Website Visit Tracker

Inspect and view changes in Website Visit Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website 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": "Website Visit Counter"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ba826396-4816-44e7-b50f-70e66c77ec34}",
      "strict_min_version": "127.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Website Visit Tracker Alternatives

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