Rightmove Broadband Speed Checker
This extension shows and filters the broadband speed of a property on the RightMove search page
Wat is Rightmove Broadband Speed Checker?
Rightmove Broadband Speed Checker is een Chrome-extensie ontwikkeld door Mike Porter, en de belangrijkste functie is "This extension shows and filters the broadband speed of a property on the RightMove search page".
Extensie Screenshots
Download het CRX-bestand van de extensie Rightmove Broadband Speed Checker
Download Rightmove Broadband Speed Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Displays broadband speeds available in a properties postcode. Also allows for filtering by a minimum available internet speed.
Basisinformatie over de Extensie
Naam | Rightmove Broadband Speed Checker |
ID | nkdelgomnjgecilboingcchafijhocde |
Officiële URL | https://chromewebstore.google.com/detail/rightmove-broadband-speed/nkdelgomnjgecilboingcchafijhocde |
Beschrijving | This extension shows and filters the broadband speed of a property on the RightMove search page |
Bestandsgrootte | 52.91 KB |
Aantal Installaties | 126 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2017-11-02 |
Publicatiedatum | 2017-11-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Mike Porter |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |