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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}