Rightmove Broadband Speed Checker
This extension shows and filters the broadband speed of a property on the RightMove search page
What is Rightmove Broadband Speed Checker?
Rightmove Broadband Speed Checker is a Chrome extension developed by Mike Porter, and its main feature is "This extension shows and filters the broadband speed of a property on the RightMove search page".
Extension Screenshots
Download Rightmove Broadband Speed Checker Extension CRX File
Download Rightmove Broadband Speed Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Displays broadband speeds available in a properties postcode. Also allows for filtering by a minimum available internet speed.
Extension Basic Information
Name | Rightmove Broadband Speed Checker |
ID | nkdelgomnjgecilboingcchafijhocde |
Official URL | 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 |
File Size | 52.91 KB |
Installation Count | 126 |
Current Version | 1.0.8 |
Last Updated | 2017-11-02 |
Publish Date | 2017-11-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mike Porter |
Payment Type | free |
Supported Languages | 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" ] } |