Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Wat is Rightmove Improver?

Rightmove Improver is een Chrome-extensie ontwikkeld door https://newbury.me, en de belangrijkste functie is "This extension adds maximum internet speed to the page on rightmove".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rightmove Improver

Download Rightmove Improver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
Officiële URL https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Beschrijving This extension adds maximum internet speed to the page on rightmove
Bestandsgrootte 5.35 KB
Aantal Installaties 1,540
Huidige Versie 0.1.0
Laatst Bijgewerkt 2016-08-13
Publicatiedatum 2016-08-13
Beoordeling 4.13/5 Totaal 8 Beoordelingen
Ontwikkelaar https://newbury.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}