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
官方網址 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
電子郵箱 [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\/"
    ]
}