BSNL FTTH Admin Login
Automatically login to BSNL FTTH Admin
ما هو BSNL FTTH Admin Login؟
BSNL FTTH Admin Login هو إضافة Chrome تم تطويرها بواسطة https://desijewel.in، والميزة الرئيسية لها هي "Automatically login to BSNL FTTH Admin".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BSNL FTTH Admin Login
قم بتنزيل ملفات الامتداد BSNL FTTH Admin Login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Every time you login to BSNL FTTH admin page in your Syrotech router ip, you have to type username as 'admin', captcha code and have to put password everytime.
So I have made it simpler to do this.
After installing entension. You have to set default password so it can load this password everytime you access admin page.
There is option of "Use Default Password", if you enable it. The default password will be loaded everytime, and if you want use another password for some time just disable it. معلومات أساسية عن التمديد
| الاسم | |
| ID | jppnhodgdlhiipfdbjbhanedpgieinke |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/bsnl-ftth-admin-login/jppnhodgdlhiipfdbjbhanedpgieinke |
| الوصف | Automatically login to BSNL FTTH Admin |
| حجم الملف | 27.18 KB |
| عدد التثبيتات | 196 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2022-03-01 |
| تاريخ النشر | 2022-02-27 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://desijewel.in |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://satlaa.com/privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BSNL FTTH Admin Login",
"manifest_version": 3,
"version": "1.0",
"description": "Automatically login to BSNL FTTH Admin",
"action": {
"default_title": "BSNL FTTH Admin Login",
"default_popup": "popup.html",
"default_icon": "\/images\/logo.png"
},
"icons": {
"128": "\/images\/logo.png"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"http:\/\/192.168.1.1\/admin\/login.asp",
"*:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"js\/background.js"
],
"matches": [
"http:\/\/192.168.1.1\/admin\/login.asp"
]
},
{
"js": [
"js\/background_error_login.js"
],
"matches": [
"http:\/\/192.168.1.1\/boaform\/admin\/formLogin"
]
}
]
} | |