BSNL FTTH Admin Login
Automatically login to BSNL FTTH Admin
什么是BSNL FTTH Admin Login?
BSNL FTTH Admin Login是由https://desijewel.in开发的Chrome扩展程序,该扩展的主要功能是“Automatically login to BSNL FTTH Admin”。
扩展截图
下载BSNL FTTH Admin Login扩展crx文件
下载BSNL FTTH Admin Login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
| 隐私政策页面URL | 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"
]
}
]
} | |