ItsLoggedIn

Disables auto log out for ItsLearning

ItsLoggedInとは何ですか?

ItsLoggedInはphilipmarschnerによって開発されたChromeの拡張機能で、その主な機能は「Disables auto log out for ItsLearning」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension disables the auto logout function on itsLearning                    

拡張機能の基本情報

名前 ItsLoggedIn ItsLoggedIn
ID jjngeplfmlmpehkhkpmfpapkebibmckd
公式URL https://chromewebstore.google.com/detail/itsloggedin/jjngeplfmlmpehkhkpmfpapkebibmckd
説明 Disables auto log out for ItsLearning
ファイルサイズ 9.48 KB
インストール数 105
現在のバージョン 0.0.1
最終更新日 2021-08-27
公開日 2021-08-27
評価 5.00/5 合計 1 レビュー
開発者 philipmarschner
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ItsLoggedIn",
    "version": "0.0.1",
    "icons": {
        "16": "blue16.png",
        "48": "blue48.png",
        "128": "blue128.png"
    },
    "description": "Disables auto log out for ItsLearning",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.itslearning.com\/*"
            ],
            "js": [
                "Content.js"
            ]
        }
    ]
}