Sheddit

Sheddit

Hide self/meta discussions, comments and global navigation on Reddit so you can use Reddit without having to read users’ ‘insights’

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sheddit",
  "description": "Hide self/meta discussions, comments and global navigation on Reddit so you can use Reddit without having to read users’ ‘insights’",
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "sheddit.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Sheddit"
  },
  "manifest_version": 2
}