Patreon Course Viewer

Use patreon as if it is a course platform

Patreon Course Viewer là gì?

Patreon Course Viewer là một tiện ích mở rộng Chrome được phát triển bởi thismarcoantonio, và tính năng chính của nó là "Use patreon as if it is a course platform".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Patreon Course Viewer

Tải xuống các tệp mở rộng Patreon Course Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Patreon Course Viewer Patreon Course Viewer
ID flnnhphmejeiahhoodnapnnncbodmeie
URL Chính Thức https://chromewebstore.google.com/detail/patreon-course-viewer/flnnhphmejeiahhoodnapnnncbodmeie
Mô tả Use patreon as if it is a course platform
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 264
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-07-05
Ngày Phát Hành 2023-06-24
Nhà Phát Triển thismarcoantonio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}