Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Cos'è Rightmove Improver?

Rightmove Improver è un'estensione di Chrome sviluppata da https://newbury.me, e la sua funzione principale è "This extension adds maximum internet speed to the page on rightmove".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rightmove Improver

Scarica i file di estensione Rightmove Improver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
URL Ufficiale https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Descrizione This extension adds maximum internet speed to the page on rightmove
Dimensione del File 5.35 KB
Conteggio Installazioni 1,540
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-08-13
Data di Pubblicazione 2016-08-13
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore https://newbury.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}