Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Was ist Rightmove Improver?

Rightmove Improver ist eine Chrome-Erweiterung, die von https://newbury.me entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds maximum internet speed to the page on rightmove".

Erweiterungsscreenshots

screenshot

Rightmove Improver-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rightmove Improver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
Offizielle URL https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Beschreibung This extension adds maximum internet speed to the page on rightmove
Dateigröße 5.35 KB
Installationsanzahl 1,540
Aktuelle Version 0.1.0
Letztes Update 2016-08-13
Veröffentlichungsdatum 2016-08-13
Bewertung 4.13/5 Insgesamt 8 Bewertungen
Entwickler https://newbury.me
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}