HotspotRF

Delievering the power of HotspotRF outside of localhost.

什麼是HotspotRF?

HotspotRF是由https://hotspotrf.com開發的Chrome擴展程式,該擴展的主要功能是“Delievering the power of HotspotRF outside of localhost.”。

擴展截圖

screenshot
screenshot

下載HotspotRF擴展crx文件

下載HotspotRF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 HotspotRF HotspotRF
ID lbfpcohgpchbaihegikfdlfecdkkglpd
官方網址 https://chromewebstore.google.com/detail/hotspotrf/lbfpcohgpchbaihegikfdlfecdkkglpd
簡介 Delievering the power of HotspotRF outside of localhost.
檔案大小 579 KB
安裝次數 297
目前版本 1.28.10
更新時間 2022-04-06
上架時間 2021-10-30
開發者 https://hotspotrf.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hotspotrf.com/
說明頁面URL https://hotspotrf.com/
隱私政策頁面URL https://hotspotrf.com/hotspotrf-privacy-policy
支援的語言 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\/"
}