Patreon Comments

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

什么是Patreon Comments?

Patreon Comments是由sinomai开发的Chrome扩展程序,该扩展的主要功能是“Are you tired of clicking "Load more comments"? Look for a solution no further! View all Patreon comments with one click.”。

扩展截图

screenshot

下载Patreon Comments扩展crx文件

下载Patreon Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Patreon Comments Patreon Comments
ID djfjpfokaiimddpaadndmhmibcgdpglh
官方URL https://chromewebstore.google.com/detail/patreon-comments/djfjpfokaiimddpaadndmhmibcgdpglh
简介 Are you tired of clicking "Load more comments"? Look for a solution no further! View all Patreon comments with one click.
文件大小 404 KB
安装次数 164
当前版本 1.0.1
更新时间 2018-03-03
上架时间 2018-03-03
评分 2.60/5 共5次评分
开发者 sinomai
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}