Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

What is Rightmove Improver?

Rightmove Improver is a Chrome extension developed by https://newbury.me, and its main feature is "This extension adds maximum internet speed to the page on rightmove".

Extension Screenshots

screenshot

Download Rightmove Improver Extension CRX File

Download Rightmove Improver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
Official URL https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Description This extension adds maximum internet speed to the page on rightmove
File Size 5.35 KB
Installation Count 1,540
Current Version 0.1.0
Last Updated 2016-08-13
Publish Date 2016-08-13
Rating 4.13/5 Total 8 Ratings
Developer https://newbury.me
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}