Faster Panopto

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

Cos'è Faster Panopto?

Faster Panopto è un'estensione di Chrome sviluppata da https://chazzox.github.io, e la sua funzione principale è "Forked version of Fast panopto designed to work on both firefox and chrome".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Faster Panopto

Scarica i file di estensione Faster Panopto in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Faster Panopto Faster Panopto
ID lbehhpicfbglgijknhemcjcmencaajid
URL Ufficiale https://chromewebstore.google.com/detail/faster-panopto/lbehhpicfbglgijknhemcjcmencaajid
Descrizione Forked version of Fast panopto designed to work on both firefox and chrome
Dimensione del File 69.12 KB
Conteggio Installazioni 1,709
Versione Corrente 0.6.0
Ultimo Aggiornamento 2021-12-27
Data di Pubblicazione 2021-10-22
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://chazzox.github.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/chazzox/faster-panopto/
URL della Pagina di Aiuto https://github.com/chazzox/faster-panopto/issues
Lingue Supportate 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
}