STR Score Firefox

Examine source code of STR Score

Inspect and view changes in STR Score source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "STR Score",
  "version": "1.0",
  "description": "Shows a value score for STR listings: price×1000 ÷ (stars × reviews). Lower = better value.",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.airbnb.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "widget.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "*://*.airbnb.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "str-score@nargothrond.pub",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives STR Score

Voici quelques Firefox add-ons qui sont similaires à STR Score :