rComments - Reddit Hover Comments

rComments - Reddit Hover Comments

Hover over comments link to view all comments and their replies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "rComments.js"
      ],
      "css": [
        "rComments.css"
      ],
      "matches": [
        "http://reddit.com/*",
        "https://reddit.com/*",
        "http://*.reddit.com/*",
        "https://*.reddit.com/*"
      ]
    }
  ],
  "description": "Hover over comments link to view all comments and their replies.",
  "homepage_url": "https://iampueroo.github.io/rComments/",
  "manifest_version": 2,
  "minimum_chrome_version": "20.0",
  "name": "rComments - Reddit Hover Comments",
  "permissions": [
    "http://reddit.com/*",
    "https://reddit.com/*",
    "http://*.reddit.com/*",
    "https://*.reddit.com/*"
  ],
  "version": "1.4.0",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "600": "icons/icon-600.png"
  }
}