CribMetrics - Read the page. Find the market. Firefox

Examine source code of CribMetrics - Read the page. Find the market.

Inspect and view changes in CribMetrics - Read the page. Find the market. source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CribMetrics - Read the page. Find the market.",
  "version": "1.2.0",
  "description": "A browser sidebar that reads the current page, resolves the market, and returns contextual real-estate analysis.",
  "action": {
    "default_title": "CribMetrics - Read the page. Find the market.",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "scripting",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://mcp.cribmetrics.com/*",
    "https://api.cribmetrics.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cribmetrics@cribmetrics.com",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best CribMetrics - Read the page. Find the market. Alternatives

Here are some Firefox add-ons that are similar to CribMetrics - Read the page. Find the market.: