BSNL FTTH Admin Login

Automatically login to BSNL FTTH Admin

What is BSNL FTTH Admin Login?

BSNL FTTH Admin Login is a Chrome extension developed by https://desijewel.in, and its main feature is "Automatically login to BSNL FTTH Admin".

Extension Screenshots

screenshot

Download BSNL FTTH Admin Login Extension CRX File

Download BSNL FTTH Admin Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BSNL FTTH Admin Login BSNL FTTH Admin Login
ID jppnhodgdlhiipfdbjbhanedpgieinke
Official URL https://chromewebstore.google.com/detail/bsnl-ftth-admin-login/jppnhodgdlhiipfdbjbhanedpgieinke
Description Automatically login to BSNL FTTH Admin
File Size 27.18 KB
Installation Count 196
Current Version 1.0
Last Updated 2022-03-01
Publish Date 2022-02-27
Rating 5.00/5 Total 1 Ratings
Developer https://desijewel.in
Email [email protected]
Payment Type free
Privacy Policy Page URL https://satlaa.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}