Patreon Comments

Patreon Comments

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

Merlin
Additional files are visible only to premium users

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"
}