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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 BSNL FTTH Admin Login BSNL FTTH Admin Login
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
Eメール [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"
            ]
        }
    ]
}