WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
FSBO Scraper

FSBO Scraper

View on Chrome Web Store
View FSBO Scraper Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension will scrape for sale by owner listing websites for real estate agents
Type
Extension
Users
22 users
1
Social Auto Group
View author page of Social Auto Group
Published
Published on November 18, 2023
Version 1.2
Manifest version
3
Updated
Updated on November 18, 2023
productivity/tools
Extension Category
View on Chrome Web Store
View FSBO Scraper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FSBO Scraper",
    "author": "SAM",
    "manifest_version": 3,
    "description": "This extension will scrape for sale by owner listing websites for real estate agents",
    "version": "1.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "16.png",
        "default_popup": "popup.html",
        "default_title": "FSBO Scraper"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zillow.com\/homedetails\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/sag.gemquery.com; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/sag.gemquery.com\/webhook\/real-estate-listing",
        "https:\/\/sag.gemquery.com\/csv-files\/listings-david-west-sells-houses.csv"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top