Patreon Course Viewer
Use patreon as if it is a course platform
Qu'est-ce que Patreon Course Viewer ?
Patreon Course Viewer est une extension Chrome développée par thismarcoantonio, et sa fonction principale est "Use patreon as if it is a course platform".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Patreon Course Viewer
Téléchargez les fichiers d'extension Patreon Course Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Patreon Course Viewer |
ID | flnnhphmejeiahhoodnapnnncbodmeie |
URL Officiel | https://chromewebstore.google.com/detail/patreon-course-viewer/flnnhphmejeiahhoodnapnnncbodmeie |
Description | Use patreon as if it is a course platform |
Taille du Fichier | 1.09 MB |
Nombre d'Installations | 264 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2023-07-05 |
Date de Publication | 2023-06-24 |
Développeur | thismarcoantonio |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |