Reddit Power User Suite

Reddit Power User Suite

Unlocks reddits previously exclusive power user suite

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 Power User Suite",
  "version": "0.3",
  "description": "Unlocks reddits previously exclusive power user suite",
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "jquery-2.1.4.min.js",
    "box.html"
  ]
}