reddit: see full images

reddit: see full images

Simple, lightweight extension to have full images on reddit.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Valentin Stets",
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://www.reddit.com/*"
      ],
      "exclude_matches": [
        "https://www.reddit.com/*/*/comments/*"
      ],
      "css": [
        "css/feed.css"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://www.reddit.com/*/*/comments/*"
      ],
      "css": [
        "css/comments.css"
      ]
    }
  ],
  "description": "Simple, lightweight extension to have full images on reddit.",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "reddit: see full images",
  "version": "1.1"
}