Redditium

View reddit threads for the page you're on.
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": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "main.js"
    ]
  },
  "browser_action": {
    "default_icon": "alien.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "description": "View reddit threads for the page you're on.",
  "manifest_version": 2,
  "name": "Redditium",
  "author": "efskap",
  "permissions": [
    "https://www.reddit.com/",
    "tabs",
    "storage"
  ],
  "icons": {
    "128": "alien.png"
  },
  "version": "1.1.9"
}