Better Property Search(UK)

Better Property Search(UK)

What is Better Property Search(UK)?

Better Property Search(UK) is a Chrome extension developed by sansyrox, and its main feature is "Better Property Search(UK)".

Extension Screenshots

screenshot

Download Better Property Search(UK) Extension CRX File

Download Better Property Search(UK) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Rightmove and Zoopla, the two major housing platforms don't have a bathroom filter. 

When looking for new houses, a bathroom filter is a major requirements for many people.

Now, you have one. :D                    

Extension Basic Information

Name Better Property Search(UK) Better Property Search(UK)
ID plhmaijeihlahacliknfghpgeddckjig
Official URL https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig
Description Better Property Search(UK)
File Size 4.82 KB
Installation Count 134
Current Version 1.0
Last Updated 2022-04-14
Publish Date 2022-04-13
Rating 5.00/5 Total 1 Ratings
Developer sansyrox
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Property Search(UK)",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "description": "Better Property Search(UK)",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "title": "Better Property Search",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "author": "Sanskar Jethi"
}