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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } } |