Faster Panopto

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

Wat is Faster Panopto?

Faster Panopto is een Chrome-extensie ontwikkeld door https://chazzox.github.io, en de belangrijkste functie is "Forked version of Fast panopto designed to work on both firefox and chrome".

Extensie Screenshots

Download het CRX-bestand van de extensie Faster Panopto

Download Faster Panopto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Faster Panopto Faster Panopto
ID lbehhpicfbglgijknhemcjcmencaajid
Officiële URL https://chromewebstore.google.com/detail/faster-panopto/lbehhpicfbglgijknhemcjcmencaajid
Beschrijving Forked version of Fast panopto designed to work on both firefox and chrome
Bestandsgrootte 69.12 KB
Aantal Installaties 1,709
Huidige Versie 0.6.0
Laatst Bijgewerkt 2021-12-27
Publicatiedatum 2021-10-22
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://chazzox.github.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/chazzox/faster-panopto/
Help Pagina-URL https://github.com/chazzox/faster-panopto/issues
Ondersteunde Talen 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
}