BSNL FTTH Admin Login
Automatically login to BSNL FTTH Admin
Qu'est-ce que BSNL FTTH Admin Login ?
BSNL FTTH Admin Login est une extension Chrome développée par https://desijewel.in, et sa fonction principale est "Automatically login to BSNL FTTH Admin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BSNL FTTH Admin Login
Téléchargez les fichiers d'extension BSNL FTTH Admin Login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | jppnhodgdlhiipfdbjbhanedpgieinke |
| URL Officiel | https://chromewebstore.google.com/detail/bsnl-ftth-admin-login/jppnhodgdlhiipfdbjbhanedpgieinke |
| Description | Automatically login to BSNL FTTH Admin |
| Taille du Fichier | 27.18 KB |
| Nombre d'Installations | 196 |
| Version Actuelle | 1.0 |
| Dernière Mise à Jour | 2022-03-01 |
| Date de Publication | 2022-02-27 |
| Évaluation | 5.00/5 Total 1 Évaluations |
| Développeur | https://desijewel.in |
| [email protected] | |
| Type de Paiement | free |
| URL de la Page de Politique de Confidentialité | https://satlaa.com/privacy-policy |
| Langues Prises en Charge | 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"
]
}
]
} | |