Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Co je Rightmove Improver?

Rightmove Improver je rozšíření Chrome vyvinuté https://newbury.me, a jeho hlavní funkcí je „This extension adds maximum internet speed to the page on rightmove“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rightmove Improver

Stáhněte si soubory rozšíření Rightmove Improver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
Oficiální URL https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Popis This extension adds maximum internet speed to the page on rightmove
Velikost souboru 5.35 KB
Počet instalací 1,540
Aktuální Verze 0.1.0
Poslední Aktualizace 2016-08-13
Datum Vydání 2016-08-13
Hodnocení 4.13/5 Celkem 8 Hodnocení
Vývojář https://newbury.me
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}