Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Что такое Rightmove Improver?

Rightmove Improver - это расширение Chrome, разработанное https://newbury.me, и его основная функция - "This extension adds maximum internet speed to the page on rightmove".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Rightmove Improver

Скачайте файлы расширений Rightmove Improver в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
Официальный URL https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Описание This extension adds maximum internet speed to the page on rightmove
Размер файла 5.35 KB
Количество установок 1,540
Текущая Версия 0.1.0
Последнее Обновление 2016-08-13
Дата публикации 2016-08-13
Рейтинг 4.13/5 Всего 8 оценок
Разработчик https://newbury.me
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}