Faster Panopto

Forked version of Fast panopto designed to work on both firefox and chrome

What is Faster Panopto?

Faster Panopto is a Chrome extension developed by https://chazzox.github.io, and its main feature is "Forked version of Fast panopto designed to work on both firefox and chrome".

Extension Screenshots

Download Faster Panopto Extension CRX File

Download Faster Panopto 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

                        Enables you to set the any custom speed for any lecture on a panopto site.                    

Extension Basic Information

Name Faster Panopto Faster Panopto
ID lbehhpicfbglgijknhemcjcmencaajid
Official URL https://chromewebstore.google.com/detail/faster-panopto/lbehhpicfbglgijknhemcjcmencaajid
Description Forked version of Fast panopto designed to work on both firefox and chrome
File Size 69.12 KB
Installation Count 1,709
Current Version 0.6.0
Last Updated 2021-12-27
Publish Date 2021-10-22
Rating 5.00/5 Total 4 Ratings
Developer https://chazzox.github.io
Email [email protected]
Payment Type free
Extension Website https://github.com/chazzox/faster-panopto/
Help Page URL https://github.com/chazzox/faster-panopto/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faster Panopto",
    "version": "0.6.0",
    "description": "Forked version of Fast panopto designed to work on both firefox and chrome",
    "homepage_url": "https:\/\/github.com\/chazzox\/faster-panopto\/",
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_popup": "\/popup.html",
        "browser_style": true,
        "default_icon": {
            "32": "\/images\/enabled.png"
        }
    },
    "icons": {
        "32": "\/images\/enabled.png"
    },
    "web_accessible_resources": [
        "\/images\/arrow.png",
        "\/images\/disabled.png"
    ],
    "manifest_version": 2
}