Patreon Assistant

This extension helps people easly follow their patreons' updates.

Patreon Assistantとは何ですか?

Patreon AssistantはArenpi Developmentによって開発されたChromeの拡張機能で、その主な機能は「This extension helps people easly follow their patreons' updates.」です。

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

screenshot
screenshot

Patreon Assistant拡張機能のCRXファイルをダウンロード

Patreon Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        PATREON ASSISTANT
----
This extension helps to track latests posts of creators on Patreon. Especially developed for tracking your creators that release STL miniature for 3d printing. 

No login required. Just copy and paste a creator link to Patreon Assistant, then all latest posts of the creator will be shown on "Last Posts" section,

See all latest posts of your creators on the same section, ordered by puslish date,

Easly adding and removing creators,

Icon notification helps to show how many new posts there are.                    

拡張機能の基本情報

名前 Patreon Assistant Patreon Assistant
ID plfnafajhhphflcaonfmgllfoofciild
公式URL https://chromewebstore.google.com/detail/patreon-assistant/plfnafajhhphflcaonfmgllfoofciild
説明 This extension helps people easly follow their patreons' updates.
ファイルサイズ 217 KB
インストール数 82
現在のバージョン 1.2.0
最終更新日 2021-12-28
公開日 2021-10-11
評価 5.00/5 合計 2 レビュー
開発者 Arenpi Development
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.0",
    "name": "Patreon Assistant",
    "description": "This extension helps people easly follow their patreons' updates.",
    "author": "Arenpi, Inc. (https:\/\/www.arenpi.com)",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Patreon Assistant",
        "default_icon": {
            "16": "images\/icon_16.png",
            "24": "images\/icon_24.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.patreon.com\/"
    ]
}