Patreon Comments

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

What is Patreon Comments?

Patreon Comments is a Chrome extension developed by sinomai, and its main feature is "Are you tired of clicking "Load more comments"? Look for a solution no further! View all Patreon comments with one click.".

Extension Screenshots

screenshot

Download Patreon Comments Extension CRX File

Download Patreon Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Patreon Comments Patreon Comments
ID djfjpfokaiimddpaadndmhmibcgdpglh
Official URL https://chromewebstore.google.com/detail/patreon-comments/djfjpfokaiimddpaadndmhmibcgdpglh
Description Are you tired of clicking "Load more comments"? Look for a solution no further! View all Patreon comments with one click.
File Size 404 KB
Installation Count 164
Current Version 1.0.1
Last Updated 2018-03-03
Publish Date 2018-03-03
Rating 2.60/5 Total 5 Ratings
Developer sinomai
Email [email protected]
Payment Type free
Supported Languages 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"
}