Faster Panopto

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

Co to jest Faster Panopto?

Faster Panopto to rozszerzenie Chrome opracowane przez https://chazzox.github.io, a jego główną funkcją jest „Forked version of Fast panopto designed to work on both firefox and chrome”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Faster Panopto

Pobierz pliki rozszerzeń Faster Panopto w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Faster Panopto Faster Panopto
ID lbehhpicfbglgijknhemcjcmencaajid
Oficjalny URL https://chromewebstore.google.com/detail/faster-panopto/lbehhpicfbglgijknhemcjcmencaajid
Opis Forked version of Fast panopto designed to work on both firefox and chrome
Rozmiar pliku 69.12 KB
Liczba instalacji 1,709
Aktualna Wersja 0.6.0
Ostatnia Aktualizacja 2021-12-27
Data Publikacji 2021-10-22
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://chazzox.github.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/chazzox/faster-panopto/
Adres URL Strony Pomocy https://github.com/chazzox/faster-panopto/issues
Obsługiwane Języki 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
}