FAP Auto Login

FAP Auto Login

FAP Auto Loginとは何ですか?

FAP Auto LoginはSonNVQによって開発されたChromeの拡張機能で、その主な機能は「FAP Auto Login」です。

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

screenshot
screenshot

FAP Auto Login拡張機能のCRXファイルをダウンロード

FAP Auto Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension helps FPT students skip the Campus selection step when logging in to FAP(FPT University Academic Portal) and automatically clicks the Login button for them.

Changelog:
Ver 1.5:
-Updated to work with new Login button(redirect mode)
Ver 1.4:
-Updated to work with new Login button
-Removed "Fix student image" function because it does not work anymore                    

拡張機能の基本情報

名前 FAP Auto Login FAP Auto Login
ID hcekfkjfkcfoeohaponopofdhogpecif
公式URL https://chromewebstore.google.com/detail/fap-auto-login/hcekfkjfkcfoeohaponopofdhogpecif
説明 FAP Auto Login
ファイルサイズ 155 KB
インストール数 72
現在のバージョン 1.5
最終更新日 2023-08-31
公開日 2022-12-14
評価 5.00/5 合計 5 レビュー
開発者 SonNVQ
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FAP Auto Login",
    "description": "FAP Auto Login",
    "author": "Nguyen Son",
    "version": "1.5",
    "icons": {
        "16": "images\/fa-icon-16.png",
        "32": "images\/fa-icon-32.png",
        "48": "images\/fa-icon-48.png",
        "128": "images\/fa-icon-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/fa-icon-16.png",
            "32": "images\/fa-icon-32.png",
            "48": "images\/fa-icon-48.png",
            "128": "images\/fa-icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjY4lxwdRVNt3tkGzpChXvJY5d7UhJ6r+9e3bIj6D6O8jbrdNLu\/WCTG3Ky1IhxSL\/3JzrKRD3lu++5WS+CUS28g1tC66j6tBD0oXXwMq04eqxbfyRf6tDjKeEHuKrVuUCH9uG7KHJ6sGm2\/CEU5VLkPt3u3pIBxZf0EFn5uee0HXIQkt5KZZFEMNrcJyDAazBzqLx1j5NJ6izjkwIRQ0vyPuvb0+ZFp2NJsHxTOayNRW27UfTVGH\/\/Dh+MH5g+G0VNQCaXvWp6MvVxtM\/o\/fC3311\/xA0m+5K2\/N1rPhyboi31zIPb4Djpi1LKPD+y7ZireALKpaCNj7YA9QhfvG7QIDAQAB"
}