Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

O que é Rightmove Improver?

Rightmove Improver é uma extensão do Chrome desenvolvida por https://newbury.me, e sua principal característica é "This extension adds maximum internet speed to the page on rightmove".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rightmove Improver

Baixe arquivos de extensão Rightmove Improver 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

                        This extension add the maximum broadband speed to the page instead of having to go to another page.

I created it because I was annoyed at having to navigate to another page to find the internet speed for the property I was viewing.

It doesn't sound like much but it helped. I hope you find it useful.                    

Informações Básicas da Extensão

Nome Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
URL Oficial https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Descrição This extension adds maximum internet speed to the page on rightmove
Tamanho do Arquivo 5.35 KB
Contagem de Instalações 1,540
Versão Atual 0.1.0
Última Atualização 2016-08-13
Data de Publicação 2016-08-13
Classificação 4.13/5 Total de 8 Avaliações
Desenvolvedor https://newbury.me
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rightmove Improver",
    "short_name": "Rightmove Improver",
    "description": "This extension adds maximum internet speed to the page on rightmove",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "About"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rightmove.co.uk\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}