Rabbu Airbnb Calculator

Rabbu Airbnb Calculator

Use Rabbu's Airbnb Calculator while browsing Zillow, Redfin, or Compass to find out how much any property can make as an Airbnb.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rabbu Airbnb Calculator",
  "version": "1.0.9",
  "description": "Use Rabbu's Airbnb Calculator while browsing Zillow, Redfin, or Compass to find out how much any property can make as an Airbnb.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://*.zillow.com/*",
        "https://*.redfin.com/*",
        "https://*.compass.com/*"
      ]
    }
  ]
}