WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Moodle & Panopto Helper

Moodle & Panopto Helper

View on Chrome Web Store
View Moodle & Panopto Helper Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Cleans Moodle links to open in a proper new tab, adds a Panopto download button, calculate GPA from PDF transcript.
Type
Extension
Users
292 users
3
psg.suporter
View author page of psg.suporter
Published
Published on December 3, 2024
Version 1.3.2
Manifest version
3
Updated
Updated on February 25, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Moodle & Panopto Helper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moodle & Panopto Helper",
    "version": "1.3.2",
    "description": "Cleans Moodle links to open in a proper new tab, adds a Panopto download button, calculate GPA from PDF transcript.",
    "permissions": [
        "clipboardWrite",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*.technion.ac.il\/*",
        "https:\/\/*.panopto.com\/*",
        "https:\/\/*.panopto.eu\/*"
    ],
    "icons": {
        "64": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.technion.ac.il\/*"
            ],
            "js": [
                "moodle.js",
                "popup.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.panopto.com\/Panopto\/Pages\/Viewer.aspx?*id=*",
                "https:\/\/*.panopto.eu\/Panopto\/Pages\/Viewer.aspx?*id=*",
                "https:\/\/*.panopto.com\/Panopto\/Pages\/Embed.aspx?*id=*",
                "https:\/\/*.panopto.eu\/Panopto\/Pages\/Embed.aspx?*id=*",
                "https:\/\/*.panopto.com\/Panopto\/Pages\/Sessions\/List.aspx*",
                "https:\/\/*.panopto.eu\/Panopto\/Pages\/Sessions\/List.aspx*"
            ],
            "js": [
                "panopto.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "notify-library.js",
                "popup.js",
                "libs\/pdf.mjs",
                "libs\/pdf.worker.mjs",
                "style.css",
                "results.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 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