Faster Panopto

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

Qu'est-ce que Faster Panopto ?

Faster Panopto est une extension Chrome développée par https://chazzox.github.io, et sa fonction principale est "Forked version of Fast panopto designed to work on both firefox and chrome".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Faster Panopto

Téléchargez les fichiers d'extension Faster Panopto au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Faster Panopto Faster Panopto
ID lbehhpicfbglgijknhemcjcmencaajid
URL Officiel https://chromewebstore.google.com/detail/faster-panopto/lbehhpicfbglgijknhemcjcmencaajid
Description Forked version of Fast panopto designed to work on both firefox and chrome
Taille du Fichier 69.12 KB
Nombre d'Installations 1,709
Version Actuelle 0.6.0
Dernière Mise à Jour 2021-12-27
Date de Publication 2021-10-22
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://chazzox.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/chazzox/faster-panopto/
URL de la Page d'Aide https://github.com/chazzox/faster-panopto/issues
Langues Prises en Charge 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
}