Rightmove Broadband Speed Checker
This extension shows and filters the broadband speed of a property on the RightMove search page
Cos'è Rightmove Broadband Speed Checker?
Rightmove Broadband Speed Checker è un'estensione di Chrome sviluppata da Mike Porter, e la sua funzione principale è "This extension shows and filters the broadband speed of a property on the RightMove search page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rightmove Broadband Speed Checker
Scarica i file di estensione Rightmove Broadband Speed Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Displays broadband speeds available in a properties postcode.
Also allows for filtering by a minimum available internet speed. Informazioni di Base sull'Estensione
| Nome | |
| ID | nkdelgomnjgecilboingcchafijhocde |
| URL Ufficiale | https://chromewebstore.google.com/detail/rightmove-broadband-speed/nkdelgomnjgecilboingcchafijhocde |
| Descrizione | This extension shows and filters the broadband speed of a property on the RightMove search page |
| Dimensione del File | 52.91 KB |
| Conteggio Installazioni | 126 |
| Versione Corrente | 1.0.8 |
| Ultimo Aggiornamento | 2017-11-02 |
| Data di Pubblicazione | 2017-11-02 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Mike Porter |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |