ItsLoggedIn

Disables auto log out for ItsLearning

What is ItsLoggedIn?

ItsLoggedIn is a Chrome extension developed by philipmarschner, and its main feature is "Disables auto log out for ItsLearning".

Extension Screenshots

screenshot

Download ItsLoggedIn Extension CRX File

Download ItsLoggedIn 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

                        This extension disables the auto logout function on itsLearning                    

Extension Basic Information

Name ItsLoggedIn ItsLoggedIn
ID jjngeplfmlmpehkhkpmfpapkebibmckd
Official URL https://chromewebstore.google.com/detail/itsloggedin/jjngeplfmlmpehkhkpmfpapkebibmckd
Description Disables auto log out for ItsLearning
File Size 9.48 KB
Installation Count 105
Current Version 0.0.1
Last Updated 2021-08-27
Publish Date 2021-08-27
Rating 5.00/5 Total 1 Ratings
Developer philipmarschner
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}