Social Hotness

Social Hotness

Find hot spots on social sites and highlight them with different shades of color!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Social Hotness",
  "version": "0.2.3",
  "manifest_version": 2,
  "description": "Find hot spots on social sites and highlight them with different shades of color!",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://news.ycombinator.com/*",
        "https://news.ycombinator.com/*",
        "http://*.reddit.com/*",
        "https://*.reddit.com/*"
      ],
      "js": [
        "jquery-1.8.3.min.js",
        "hotness.js"
      ]
    }
  ]
}