analytics snapshot Firefox

Examine source code of analytics snapshot

Inspect and view changes in analytics snapshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SimilarWeb-like (analytics snapshot)",
  "version": "1.0.0",
  "description": "A lightweight SimilarWeb-style snapshot: page visits & basic metrics (title, meta, links, wordcount). No external APIs, no icons.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "SimilarWeb-like",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "similarweb-like@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best analytics snapshot Alternatives

Here are some Firefox add-ons that are similar to analytics snapshot: