Simple Analytics Firefox

Examine source code of Simple Analytics

Inspect and view changes in Simple Analytics source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Simple Analytics",
  "description": "Block your visits so they don't count towards your stats in Simple Analytics",
  "manifest_version": 2,
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_title": "Simple Analytics"
  },
  "optional_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "*://*.simpleanalytics.io/*",
    "*://*.simpleanalyticscdn.com/*",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "activeTab",
    "notifications"
  ],
  "version": "1.7"
}

Best Simple Analytics Alternatives

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