analytics snapshot Firefox

Examine source code of analytics snapshot

제작자: similarweb
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"
    }
  }
}

최고의 analytics snapshot 대안

다음은 analytics snapshot과(와) 유사한 Firefox add-on입니다: