Rightmove Broadband Speed Checker
This extension shows and filters the broadband speed of a property on the RightMove search page
Vad är Rightmove Broadband Speed Checker?
Rightmove Broadband Speed Checker är en Chrome-tillägg utvecklad av Mike Porter, och dess huvudfunktion är "This extension shows and filters the broadband speed of a property on the RightMove search page".
Tilläggsskärmbilder
Ladda ner Rightmove Broadband Speed Checker-förlängningens CRX-fil
Ladda ner Rightmove Broadband Speed Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Displays broadband speeds available in a properties postcode.
Also allows for filtering by a minimum available internet speed. Grundläggande Information om Tillägg
| Namn | |
| ID | nkdelgomnjgecilboingcchafijhocde |
| Officiell webbadress | https://chromewebstore.google.com/detail/rightmove-broadband-speed/nkdelgomnjgecilboingcchafijhocde |
| Beskrivning | This extension shows and filters the broadband speed of a property on the RightMove search page |
| Filstorlek | 52.91 KB |
| Antal Installationer | 126 |
| Aktuell Version | 1.0.8 |
| Senast Uppdaterad | 2017-11-02 |
| Publiceringsdatum | 2017-11-02 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Mike Porter |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |