Patreon Course Viewer
Use patreon as if it is a course platform
什么是Patreon Course Viewer?
Patreon Course Viewer是由thismarcoantonio开发的Chrome扩展程序,该扩展的主要功能是“Use patreon as if it is a course platform”。
扩展截图
下载Patreon Course Viewer扩展crx文件
下载Patreon Course Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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). 扩展基本信息
| 名称 | |
| ID | flnnhphmejeiahhoodnapnnncbodmeie |
| 官方URL | https://chromewebstore.google.com/detail/patreon-course-viewer/flnnhphmejeiahhoodnapnnncbodmeie |
| 简介 | Use patreon as if it is a course platform |
| 文件大小 | 1.09 MB |
| 安装次数 | 264 |
| 当前版本 | 0.2.1 |
| 更新时间 | 2023-07-05 |
| 上架时间 | 2023-06-24 |
| 开发者 | thismarcoantonio |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |