reddit-stream linker

reddit-stream linker

Links to the comment stream for match threads on reddit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "reddit-stream linker",
  "description": "Links to the comment stream for match threads on reddit",
  "version": "1.2.5",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.reddit.com/*"
      ],
      "js": [
        "addbutton.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "*://www.reddit.com/*"
  ]
}