Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Qu'est-ce que Rightmove Improver ?

Rightmove Improver est une extension Chrome développée par https://newbury.me, et sa fonction principale est "This extension adds maximum internet speed to the page on rightmove".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rightmove Improver

Téléchargez les fichiers d'extension Rightmove Improver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
URL Officiel https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Description This extension adds maximum internet speed to the page on rightmove
Taille du Fichier 5.35 KB
Nombre d'Installations 1,540
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-08-13
Date de Publication 2016-08-13
Évaluation 4.13/5 Total 8 Évaluations
Développeur https://newbury.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}