Moodle Auto Login

Automatically clicks login when you load the moodle for UMass Amherst.

什麼是Moodle Auto Login?

Moodle Auto Login是由ggordbegli開發的Chrome擴展程式,該擴展的主要功能是“Automatically clicks login when you load the moodle for UMass Amherst.”。

擴展截圖

screenshot

下載Moodle Auto Login擴展crx文件

下載Moodle Auto Login擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you a student at UMass Amherst? Do you use Moodle? If you answered yes to both of these questions and are tired of Moodle logging you out every two seconds this extension is for you. When you load Moodle it will click the login button for you so you never have to again.                    

擴展基本資訊

名稱 Moodle Auto Login Moodle Auto Login
ID nfpmdpogbdlfbniimbdkokpcmmleemia
官方網址 https://chromewebstore.google.com/detail/moodle-auto-login/nfpmdpogbdlfbniimbdkokpcmmleemia
簡介 Automatically clicks login when you load the moodle for UMass Amherst.
檔案大小 15.22 KB
安裝次數 44
目前版本 1.0
更新時間 2022-02-04
上架時間 2022-02-03
評分 4.57/5 共 7 次評分
開發者 ggordbegli
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://gabrielgordbegli.com/Privacy-Policies/moodle-auto-login
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moodle Auto Login",
    "version": "1.0",
    "description": "Automatically clicks login when you load the moodle for UMass Amherst.",
    "icons": {
        "16": "\/images\/icon-16.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/umass.moonami.com\/"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end",
            "permissions": [
                "https:\/\/umass.moonami.com\/"
            ],
            "all_frames": false
        }
    ]
}