HotspotRF

Delievering the power of HotspotRF outside of localhost.

Cos'è HotspotRF?

HotspotRF è un'estensione di Chrome sviluppata da https://hotspotrf.com, e la sua funzione principale è "Delievering the power of HotspotRF outside of localhost.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HotspotRF

Scarica i file di estensione HotspotRF 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

                        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.                    

Informazioni di Base sull'Estensione

Nome HotspotRF HotspotRF
ID lbfpcohgpchbaihegikfdlfecdkkglpd
URL Ufficiale https://chromewebstore.google.com/detail/hotspotrf/lbfpcohgpchbaihegikfdlfecdkkglpd
Descrizione Delievering the power of HotspotRF outside of localhost.
Dimensione del File 579 KB
Conteggio Installazioni 297
Versione Corrente 1.28.10
Ultimo Aggiornamento 2022-04-06
Data di Pubblicazione 2021-10-30
Sviluppatore https://hotspotrf.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hotspotrf.com/
URL della Pagina di Aiuto https://hotspotrf.com/
URL della Pagina della Politica sulla Privacy https://hotspotrf.com/hotspotrf-privacy-policy
Lingue Supportate 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\/"
}