Rightmove Broadband Speed Checker
This extension shows and filters the broadband speed of a property on the RightMove search page
O que é Rightmove Broadband Speed Checker?
Rightmove Broadband Speed Checker é uma extensão do Chrome desenvolvida por Mike Porter, e sua principal característica é "This extension shows and filters the broadband speed of a property on the RightMove search page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rightmove Broadband Speed Checker
Baixe arquivos de extensão Rightmove Broadband Speed Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Displays broadband speeds available in a properties postcode. Also allows for filtering by a minimum available internet speed.
Informações Básicas da Extensão
Nome | Rightmove Broadband Speed Checker |
ID | nkdelgomnjgecilboingcchafijhocde |
URL Oficial | https://chromewebstore.google.com/detail/rightmove-broadband-speed/nkdelgomnjgecilboingcchafijhocde |
Descrição | This extension shows and filters the broadband speed of a property on the RightMove search page |
Tamanho do Arquivo | 52.91 KB |
Contagem de Instalações | 126 |
Versão Atual | 1.0.8 |
Última Atualização | 2017-11-02 |
Data de Publicação | 2017-11-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Mike Porter |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |