Better Property Search(UK)

Better Property Search(UK)

什么是Better Property Search(UK)?

Better Property Search(UK)是由sansyrox开发的Chrome扩展程序,该扩展的主要功能是“Better Property Search(UK)”。

扩展截图

screenshot

下载Better Property Search(UK)扩展crx文件

下载Better Property Search(UK)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Better Property Search(UK) Better Property Search(UK)
ID plhmaijeihlahacliknfghpgeddckjig
官方URL https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig
简介 Better Property Search(UK)
文件大小 4.82 KB
安装次数 134
当前版本 1.0
更新时间 2022-04-14
上架时间 2022-04-13
评分 5.00/5 共1次评分
开发者 sansyrox
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}