HotspotRF

Delievering the power of HotspotRF outside of localhost.

O que é HotspotRF?

HotspotRF é uma extensão do Chrome desenvolvida por https://hotspotrf.com, e sua principal característica é "Delievering the power of HotspotRF outside of localhost.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão HotspotRF

Baixe arquivos de extensão HotspotRF 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

                        Get the power of HotspotRF outside of localhost with integration into Helium's explorer allowing you to use HotspotRF's ETL API instead of the default API offered by Helium's explorer. You can now also quickly view the HotspotRF Performance Score of any hotspot inside Helium's explorer. It makes getting information quick and easy.

## [1.28.10] - 11/02/2021

### Changed
- Space in URL redirect of default Helium API causing ASCII space (%20) in redirection resulting in !200
- Restructure logic of the placement of the performance chart in Helium explorer resulting in better performance.
- Verbiage changes.
- Added necessary permissions.                    

Informações Básicas da Extensão

Nome HotspotRF HotspotRF
ID lbfpcohgpchbaihegikfdlfecdkkglpd
URL Oficial https://chromewebstore.google.com/detail/hotspotrf/lbfpcohgpchbaihegikfdlfecdkkglpd
Descrição Delievering the power of HotspotRF outside of localhost.
Tamanho do Arquivo 579 KB
Contagem de Instalações 297
Versão Atual 1.28.10
Última Atualização 2022-04-06
Data de Publicação 2021-10-30
Desenvolvedor https://hotspotrf.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hotspotrf.com/
URL da Página de Ajuda https://hotspotrf.com/
URL da Página de Política de Privacidade https://hotspotrf.com/hotspotrf-privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HotspotRF",
    "version": "1.28.10",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/explorer.helium.com\/*",
        "*:\/\/*.stakejoy.com\/*",
        "*:\/\/*.hotspotrf.com\/*",
        "*:\/\/hotspotrf.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Delievering the power of HotspotRF outside of localhost.",
    "icons": {
        "20": "images\/icon_19.png",
        "48": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "browser_action: default_title",
        "default_icon": {
            "20": "images\/icon_19.png",
            "48": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "web_accessible_resources": [
        "font-awesome.min.css",
        "tab.js"
    ],
    "options_page": "html\/options.html",
    "homepage_url": "https:\/\/hotspotrf.com\/"
}