Visit Counter Firefox

Examine source code of Visit Counter

Inspect and view changes in Visit Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Visit Counter",
  "description": "Counts how often you visit which websites.",
  "homepage_url": "https://github.com/azadad96",
  "version": "2.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5306e664-1071-409a-8cab-fc9a3c24828b}"
    }
  },
  "icons": {
    "96": "icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "visit.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "showdata.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "96": "icon96.png"
    },
    "default_title": "Visit Counter"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ]
}

Best Visit Counter Alternatives

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