Patreon Course Viewer

Use patreon as if it is a course platform

Co to jest Patreon Course Viewer?

Patreon Course Viewer to rozszerzenie Chrome opracowane przez thismarcoantonio, a jego główną funkcją jest „Use patreon as if it is a course platform”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Patreon Course Viewer

Pobierz pliki rozszerzeń Patreon Course Viewer 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

                        An extension that transforms patreon in a course viewer platform.

It is in early access so feel free to do any suggestions on what to improve.

Code here:
github.com/thismarcoantonio/patreon-course-viewer

Current limitations:
- Some views may be broken at the moment (audio and other formats).                    

Podstawowe informacje o rozszerzeniu

Nazwa Patreon Course Viewer Patreon Course Viewer
ID flnnhphmejeiahhoodnapnnncbodmeie
Oficjalny URL https://chromewebstore.google.com/detail/patreon-course-viewer/flnnhphmejeiahhoodnapnnncbodmeie
Opis Use patreon as if it is a course platform
Rozmiar pliku 1.09 MB
Liczba instalacji 264
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2023-07-05
Data Publikacji 2023-06-24
Deweloper thismarcoantonio
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "Patreon Course Viewer",
    "description": "Use patreon as if it is a course platform",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "public\/16-grey.png",
            "32": "public\/32-grey.png",
            "48": "public\/48-grey.png",
            "128": "public\/128-grey.png"
        }
    },
    "icons": {
        "16": "public\/16.png",
        "32": "public\/32.png",
        "48": "public\/48.png",
        "128": "public\/128.png"
    }
}