Bounce Rate Tracker Firefox

Examine source code of Bounce Rate Tracker

Inspect and view changes in Bounce Rate Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bounce Rate Tracker",
  "version": "1.1",
  "description": "Measure the bounce rate of websites by tracking user interactions.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b0b7d736-9ca0-4e06-9d11-7cbbcb707b70}"
    }
  }
}

Best Bounce Rate Tracker Alternatives

Here are some Firefox add-ons that are similar to Bounce Rate Tracker: