Patreon Comments

Are you tired of clicking "Load more comments"? Look for a solution no further! View all Patreon comments with one click.

O que é Patreon Comments?

Patreon Comments é uma extensão do Chrome desenvolvida por sinomai, e sua principal característica é "Are you tired of clicking "Load more comments"? Look for a solution no further! View all Patreon comments with one click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Patreon Comments

Baixe arquivos de extensão Patreon Comments 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

                        It's a pretty annoying process right now to browse through all the comments on a Patreon post, especially if there are hundreds of comments. This extension makes it easier to view them by loading them all at once. To use this extension, simply navigate to a Patreon post and click the button on the toolbar.

There are more features planned such as displaying likes and sorting posts by votes and date. If you have suggestions or want to help develop a feature, contact me.

This extension will probably be removed if Patreon makes their comment system better.                    

Informações Básicas da Extensão

Nome Patreon Comments Patreon Comments
ID djfjpfokaiimddpaadndmhmibcgdpglh
URL Oficial https://chromewebstore.google.com/detail/patreon-comments/djfjpfokaiimddpaadndmhmibcgdpglh
Descrição Are you tired of clicking "Load more comments"? Look for a solution no further! View all Patreon comments with one click.
Tamanho do Arquivo 404 KB
Contagem de Instalações 164
Versão Atual 1.0.1
Última Atualização 2018-03-03
Data de Publicação 2018-03-03
Classificação 2.60/5 Total de 5 Avaliações
Desenvolvedor sinomai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "sinomai",
    "browser_action": {
        "default_icon": "promo\/icon\/16.png",
        "default_popup": "app\/index.html",
        "default_title": "Patreon Comments"
    },
    "description": "Are you tired of clicking \"Load more comments\"? Look for a solution no further! View all Patreon comments with one click.",
    "icons": {
        "16": "promo\/icon\/16.png",
        "64": "promo\/icon\/64.png",
        "128": "promo\/icon\/128.png"
    },
    "manifest_version": 2,
    "name": "Patreon Comments",
    "offline_enabled": false,
    "permissions": [
        "https:\/\/www.patreon.com\/",
        "tabs"
    ],
    "version": "1.0.1"
}