Reddit Inline

L337 R3DD17
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reddit Inline",
  "description": "L337 R3DD17",
  "version": "0.3",
  "icons": {
    "16": "assets/logo-16.png",
    "128": "assets/logo-128.png"
  },
  "devtools_page": "main.html",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "*://*.reddit.com/",
    "cookies"
  ]
}