HotspotRF

Delievering the power of HotspotRF outside of localhost.

HotspotRFคืออะไร?

HotspotRF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hotspotrf.com และคุณลักษณะหลักของมันคือ "Delievering the power of HotspotRF outside of localhost."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HotspotRF

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/"
}