Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

¿Qué es Rightmove Improver?

Rightmove Improver es una extensión de Chrome desarrollada por https://newbury.me, y su función principal es "This extension adds maximum internet speed to the page on rightmove".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Rightmove Improver

Descarga archivos de extensión Rightmove Improver en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
URL Oficial https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Descripción This extension adds maximum internet speed to the page on rightmove
Tamaño del Archivo 5.35 KB
Cantidad de Instalaciones 1,540
Versión Actual 0.1.0
Última Actualización 2016-08-13
Fecha de Publicación 2016-08-13
Calificación 4.13/5 Total de 8 Calificaciones
Desarrollador https://newbury.me
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}