BSNL FTTH Admin Login
Automatically login to BSNL FTTH Admin
Hvad er BSNL FTTH Admin Login?
BSNL FTTH Admin Login er en Chrome-udvidelse udviklet af https://desijewel.in, og dens hovedfunktion er "Automatically login to BSNL FTTH Admin".
Udvidelsesskærmbilleder
Download BSNL FTTH Admin Login-udvidelses-CRX-fil
Download BSNL FTTH Admin Login-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jppnhodgdlhiipfdbjbhanedpgieinke |
| Officiel URL | https://chromewebstore.google.com/detail/bsnl-ftth-admin-login/jppnhodgdlhiipfdbjbhanedpgieinke |
| Beskrivelse | Automatically login to BSNL FTTH Admin |
| Filstørrelse | 27.18 KB |
| Antal Installationer | 196 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2022-03-01 |
| Udgivelsesdato | 2022-02-27 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://desijewel.in |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://satlaa.com/privacy-policy |
| Understøttede Sprog | 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"
]
}
]
} | |