Page Analytics V2 Firefox

Examine source code of Page Analytics V2

Inspect and view changes in Page Analytics V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Analytics V2",
  "version": "1.3",
  "description": "A simple page analytics tool to track page views.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{101b70a6-ac3c-43ef-89fb-b98ff8d98903}"
    }
  }
}

Best Page Analytics V2 Alternatives

Here are some Firefox add-ons that are similar to Page Analytics V2: