Patreon Course Viewer
Use patreon as if it is a course platform
What is Patreon Course Viewer?
Patreon Course Viewer is a Chrome extension developed by thismarcoantonio, and its main feature is "Use patreon as if it is a course platform".
Extension Screenshots
Download Patreon Course Viewer Extension CRX File
Download Patreon Course Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Patreon Course Viewer |
ID | flnnhphmejeiahhoodnapnnncbodmeie |
Official URL | https://chromewebstore.google.com/detail/patreon-course-viewer/flnnhphmejeiahhoodnapnnncbodmeie |
Description | Use patreon as if it is a course platform |
File Size | 1.09 MB |
Installation Count | 264 |
Current Version | 0.2.1 |
Last Updated | 2023-07-05 |
Publish Date | 2023-06-24 |
Developer | thismarcoantonio |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |