Patreon Course Viewer

Use patreon as if it is a course platform

Wat is Patreon Course Viewer?

Patreon Course Viewer is een Chrome-extensie ontwikkeld door thismarcoantonio, en de belangrijkste functie is "Use patreon as if it is a course platform".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Patreon Course Viewer

Download Patreon Course Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Patreon Course Viewer Patreon Course Viewer
ID flnnhphmejeiahhoodnapnnncbodmeie
Officiële URL https://chromewebstore.google.com/detail/patreon-course-viewer/flnnhphmejeiahhoodnapnnncbodmeie
Beschrijving Use patreon as if it is a course platform
Bestandsgrootte 1.09 MB
Aantal Installaties 264
Huidige Versie 0.2.1
Laatst Bijgewerkt 2023-07-05
Publicatiedatum 2023-06-24
Ontwikkelaar thismarcoantonio
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}