Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Co to jest Rightmove Improver?

Rightmove Improver to rozszerzenie Chrome opracowane przez https://newbury.me, a jego główną funkcją jest „This extension adds maximum internet speed to the page on rightmove”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rightmove Improver

Pobierz pliki rozszerzeń Rightmove Improver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
Oficjalny URL https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Opis This extension adds maximum internet speed to the page on rightmove
Rozmiar pliku 5.35 KB
Liczba instalacji 1,540
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2016-08-13
Data Publikacji 2016-08-13
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper https://newbury.me
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}