JioFi extension
A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
ما هو JioFi extension؟
JioFi extension هو إضافة Chrome تم تطويرها بواسطة https://imagetext.xyz، والميزة الرئيسية لها هي "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JioFi extension
قم بتنزيل ملفات الامتداد JioFi extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | ngpdiefgknbemaecamolneblgoiaiokj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj |
| الوصف | A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically. |
| حجم الملف | 682 KB |
| عدد التثبيتات | 45 |
| النسخة الحالية | 0.0.5 |
| آخر تحديث | 2021-05-30 |
| تاريخ النشر | 2019-07-15 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://imagetext.xyz |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://imagetext.xyz/privacy |
| اللغات المدعومة | 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"
]
} | |