Rightmove Broadband Speed Checker
This extension shows and filters the broadband speed of a property on the RightMove search page
Qu'est-ce que Rightmove Broadband Speed Checker ?
Rightmove Broadband Speed Checker est une extension Chrome développée par Mike Porter, et sa fonction principale est "This extension shows and filters the broadband speed of a property on the RightMove search page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rightmove Broadband Speed Checker
Téléchargez les fichiers d'extension Rightmove Broadband Speed Checker 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
Displays broadband speeds available in a properties postcode. Also allows for filtering by a minimum available internet speed.
Informations de Base sur l'Extension
Nom | Rightmove Broadband Speed Checker |
ID | nkdelgomnjgecilboingcchafijhocde |
URL Officiel | https://chromewebstore.google.com/detail/rightmove-broadband-speed/nkdelgomnjgecilboingcchafijhocde |
Description | This extension shows and filters the broadband speed of a property on the RightMove search page |
Taille du Fichier | 52.91 KB |
Nombre d'Installations | 126 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2017-11-02 |
Date de Publication | 2017-11-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Mike Porter |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rightmove Broadband Speed Checker", "description": "This extension shows and filters the broadband speed of a property on the RightMove search page", "version": "1.0.8", "content_scripts": [ { "matches": [ "*:\/\/*.rightmove.co.uk\/*", "*:\/\/*.rightmove.com\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "rm.js" ] } ], "permissions": [ "storage" ] } |