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).
擴展基本資訊
名稱 | Patreon Course Viewer |
ID | flnnhphmejeiahhoodnapnnncbodmeie |
官方網址 | 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" } } |