Patreon Assistant

This extension helps people easly follow their patreons' updates.

O que é Patreon Assistant?

Patreon Assistant é uma extensão do Chrome desenvolvida por Arenpi Development, e sua principal característica é "This extension helps people easly follow their patreons' updates.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Patreon Assistant

Baixe arquivos de extensão Patreon Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Patreon Assistant Patreon Assistant
ID plfnafajhhphflcaonfmgllfoofciild
URL Oficial https://chromewebstore.google.com/detail/patreon-assistant/plfnafajhhphflcaonfmgllfoofciild
Descrição This extension helps people easly follow their patreons' updates.
Tamanho do Arquivo 217 KB
Contagem de Instalações 82
Versão Atual 1.2.0
Última Atualização 2021-12-28
Data de Publicação 2021-10-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Arenpi Development
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}