Zillow Data Exporter by PropFly (Turbo Version)

Zillow Data Exporter by PropFly (Turbo Version)

Supercharge your Zillow home search with the world's fastest home-finding tool and discover homes 10x faster. Try PropFly for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zillow Data Exporter by PropFly (Turbo Version)",
  "description": "Supercharge your Zillow home search with the world's fastest home-finding tool and discover homes 10x faster. Try PropFly for free.",
  "version": "2.2.6",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon_16.png",
    "36": "icons/icon_36.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png",
    "512": "icons/icon_512.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "PropFly"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-6f6aa7cd.84180291.js",
        "assets/content-script-loader.chunk-7816ded2.edbc85b6.js",
        "assets/content-script-loader.chunk-06ca777d.81cfb364.js"
      ],
      "matches": [
        "*://www.zillow.com/*"
      ],
      "css": [
        "assets/index.71a38f8b.css",
        "assets/index.jsx.34d97bae.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icons/*",
        "images/*",
        "updated.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://www.zillow.com/*"
      ],
      "resources": [
        "assets/chunk-ff4ee6be.js",
        "assets/chunk-fb5aaa1c.js",
        "assets/chunk-b518d72c.js",
        "assets/chunk-d32a8d01.js",
        "assets/chunk-12bf49f9.js",
        "assets/chunk-6f6aa7cd.js",
        "assets/chunk-7816ded2.js",
        "assets/chunk-e5cbc5d8.js",
        "assets/chunk-06ca777d.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs",
    "webRequest",
    "contextMenus"
  ],
  "host_permissions": [
    "*://www.zillow.com/*",
    "*://app.propfly.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://www.zillow.com/*"
    ]
  }
}