Better Property Search(UK)

Better Property Search(UK)

O que é Better Property Search(UK)?

Better Property Search(UK) é uma extensão do Chrome desenvolvida por sansyrox, e sua principal característica é "Better Property Search(UK)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Better Property Search(UK)

Baixe arquivos de extensão Better Property Search(UK) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Better Property Search(UK) Better Property Search(UK)
ID plhmaijeihlahacliknfghpgeddckjig
URL Oficial https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig
Descrição Better Property Search(UK)
Tamanho do Arquivo 4.82 KB
Contagem de Instalações 134
Versão Atual 1.0
Última Atualização 2022-04-14
Data de Publicação 2022-04-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor sansyrox
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}