WebFlow Analytics Firefox

Examine source code of WebFlow Analytics

Par : I9BET
Inspect and view changes in WebFlow Analytics source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebFlow Analytics",
  "version": "1.0.0",
  "description": "Advanced web page analyzer providing performance insights, SEO recommendations, and accessibility audits for modern websites",
  "author": "WebFlow Team",
  "homepage_url": "https://github.com/webflow-team/webflow-analytics",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "WebFlow Analytics",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "popup/*",
    "icons/*"
  ],
  "applications": {
    "gecko": {
      "id": "webflow-analytics@webflowteam.dev",
      "strict_min_version": "58.0"
    }
  }
}

Meilleures alternatives WebFlow Analytics

Voici quelques Firefox add-ons qui sont similaires à WebFlow Analytics :