WebExtension.net
WebExtension.net

Study Tools for Magister

View on Chrome Web Store
View Study Tools for Magister Chrome Extension on Chrome Web Store
4.9 (60 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

An extension that improves various aspects of and solves many issues in Magister.
Type
Extension
Users
100,000 users
QkeleQ10
View author page of QkeleQ10
Published
Published on April 5, 2023
Version 3.13.1
Manifest version
3
Updated
Updated on October 25, 2024
View on Chrome Web Store
View Study Tools for Magister Chrome Extension on Chrome Web Store
productivity/education
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.13.1",
    "default_locale": "nl",
    "icons": {
        "16": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "64": "icons\/[email protected]",
        "128": "icons\/[email protected]",
        "256": "icons\/[email protected]",
        "300": "icons\/[email protected]",
        "512": "icons\/[email protected]"
    },
    "minimum_chrome_version": "109",
    "background": {
        "service_worker": "src\/service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.magister.net\/*",
                "*:\/\/login.microsoftonline.com\/*\/oauth2\/authorize*"
            ],
            "js": [
                "src\/scripts\/api.js",
                "src\/scripts\/util.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.magister.net\/*"
            ],
            "js": [
                "src\/scripts\/style.js"
            ],
            "css": [
                "src\/styles\/main.css",
                "src\/styles\/gamification.css",
                "src\/styles\/today.css",
                "src\/styles\/grades.css",
                "src\/styles\/studyguide.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.magister.net\/magister\/*"
            ],
            "js": [
                "src\/scripts\/main.js",
                "src\/scripts\/gamification.js",
                "src\/scripts\/today.js",
                "src\/scripts\/grades.js",
                "src\/scripts\/studyguide.js",
                "src\/scripts\/books.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/accounts.magister.net\/account\/login*"
            ],
            "js": [
                "src\/scripts\/login.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/login.microsoftonline.com\/*\/oauth2\/authorize*"
            ],
            "js": [
                "src\/scripts\/microsoft-login.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/strings\/nl.json",
                "src\/strings\/en.json",
                "src\/strings\/fr.json",
                "src\/strings\/de.json",
                "src\/strings\/sv.json",
                "src\/strings\/la.json"
            ],
            "matches": [
                "*:\/\/*.magister.net\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/[email protected]",
            "32": "icons\/[email protected]",
            "48": "icons\/[email protected]",
            "64": "icons\/[email protected]",
            "128": "icons\/[email protected]",
            "256": "icons\/[email protected]",
            "300": "icons\/[email protected]",
            "512": "icons\/[email protected]"
        },
        "default_popup": "popup\/dist\/index.html?type=popup",
        "default_title": "__MSG_appName__\nKlik om te configureren"
    },
    "options_page": "popup\/dist\/index.html?type=page",
    "options_ui": {
        "page": "popup\/dist\/index.html?type=options",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.magister.net\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top