WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Rightmove Exporter - Bulk Property Data

Rightmove Exporter - Bulk Property Data

View on Chrome Web Store
View Rightmove Exporter - Bulk Property Data Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Stop copying listings one by one. Export hundreds of properties to Excel/CSV in seconds.
Type
Extension
Users
2 users
1
leadhuntai
View author page of leadhuntai
Published
Published on December 24, 2025
Version 1.2
Manifest version
3
Updated
Updated on December 24, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Rightmove Exporter - Bulk Property Data 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",
    "manifest_version": 3,
    "name": "Rightmove Exporter - Bulk Property Data",
    "version": "1.2",
    "description": "Stop copying listings one by one. Export hundreds of properties to Excel\/CSV in seconds.",
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rightmove.co.uk\/*"
            ],
            "js": [
                "config.js",
                "content\/core.js",
                "content\/popupManager.js",
                "content\/automationManager.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fetchOverride.js"
            ],
            "matches": [
                "*:\/\/*.rightmove.co.uk\/*"
            ]
        }
    ]
}
© 2026 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