HotspotRF
Delievering the power of HotspotRF outside of localhost.
HotspotRF क्या है?
HotspotRF https://hotspotrf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delievering the power of HotspotRF outside of localhost."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HotspotRF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/" } |