HotspotRF
Delievering the power of HotspotRF outside of localhost.
Qu'est-ce que HotspotRF ?
HotspotRF est une extension Chrome développée par https://hotspotrf.com, et sa fonction principale est "Delievering the power of HotspotRF outside of localhost.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HotspotRF
Téléchargez les fichiers d'extension HotspotRF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lbfpcohgpchbaihegikfdlfecdkkglpd |
URL Officiel | https://chromewebstore.google.com/detail/hotspotrf/lbfpcohgpchbaihegikfdlfecdkkglpd |
Description | Delievering the power of HotspotRF outside of localhost. |
Taille du Fichier | 579 KB |
Nombre d'Installations | 297 |
Version Actuelle | 1.28.10 |
Dernière Mise à Jour | 2022-04-06 |
Date de Publication | 2021-10-30 |
Développeur | https://hotspotrf.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hotspotrf.com/ |
URL de la Page d'Aide | https://hotspotrf.com/ |
URL de la Page de Politique de Confidentialité | https://hotspotrf.com/hotspotrf-privacy-policy |
Langues Prises en Charge | 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\/" } |