JioFi extension
A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
What is JioFi extension?
JioFi extension is a Chrome extension developed by https://imagetext.xyz, and its main feature is "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.".
Extension Screenshots
Download JioFi extension Extension CRX File
Download JioFi extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A chrome extension to find status of Jiofi when connected, Automatically. Features - Get remaining battery power of connected jiofi Notify user when power is less than 10 % Currently supports Jiofi model 4 and 5 only.
Extension Basic Information
Name | JioFi extension |
ID | ngpdiefgknbemaecamolneblgoiaiokj |
Official URL | https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj |
Description | A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically. |
File Size | 682 KB |
Installation Count | 45 |
Current Version | 0.0.5 |
Last Updated | 2021-05-30 |
Publish Date | 2019-07-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://imagetext.xyz |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://imagetext.xyz/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JioFi extension", "version": "0.0.5", "manifest_version": 2, "description": "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "storage", "http:\/\/jiofi.local.html\/cgi-bin\/qcmap_web_cgi", "notifications" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "JioFi extension", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "images\/*.png" ] } |