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
Eメール [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"
}