Reddit Imager

Reddit Imager

An extension for lazy redditors, view images on the article lists directly.

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 Imager",
  "description": "An extension for lazy redditors, view images on the article lists directly.",
  "version": "1.2.1",
  "icons": {"128":"icon128.png","48":"icon48.png"},
  "content_scripts": [
    {
      "matches": ["http://www.reddit.com/*"],
      "js": ["jquery.min.js","redditimg.js"]
    }
  ],
  "permissions": ["http://www.reddit.com/*"]
  /*"background" : {
      "scripts": ["background.js"],
      "persistent": false},

  "options_page": "options.html"
  */

}