Patreon Course Viewer

Use patreon as if it is a course platform

Was ist Patreon Course Viewer?

Patreon Course Viewer ist eine Chrome-Erweiterung, die von thismarcoantonio entwickelt wurde, und ihr Hauptmerkmal ist "Use patreon as if it is a course platform".

Erweiterungsscreenshots

screenshot

Patreon Course Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Patreon Course Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name Patreon Course Viewer Patreon Course Viewer
ID flnnhphmejeiahhoodnapnnncbodmeie
Offizielle URL https://chromewebstore.google.com/detail/patreon-course-viewer/flnnhphmejeiahhoodnapnnncbodmeie
Beschreibung Use patreon as if it is a course platform
Dateigröße 1.09 MB
Installationsanzahl 264
Aktuelle Version 0.2.1
Letztes Update 2023-07-05
Veröffentlichungsdatum 2023-06-24
Entwickler thismarcoantonio
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}