Patreon Course Viewer
Use patreon as if it is a course platform
Cos'è Patreon Course Viewer?
Patreon Course Viewer è un'estensione di Chrome sviluppata da thismarcoantonio, e la sua funzione principale è "Use patreon as if it is a course platform".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Patreon Course Viewer
Scarica i file di estensione Patreon Course Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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). Informazioni di Base sull'Estensione
| Nome | |
| ID | flnnhphmejeiahhoodnapnnncbodmeie |
| URL Ufficiale | https://chromewebstore.google.com/detail/patreon-course-viewer/flnnhphmejeiahhoodnapnnncbodmeie |
| Descrizione | Use patreon as if it is a course platform |
| Dimensione del File | 1.09 MB |
| Conteggio Installazioni | 264 |
| Versione Corrente | 0.2.1 |
| Ultimo Aggiornamento | 2023-07-05 |
| Data di Pubblicazione | 2023-06-24 |
| Sviluppatore | thismarcoantonio |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |