reddit undelete

reddit undelete

Display original content of [deleted] comments for reddit.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Spencer Woo",
  "background": {
    "scripts": [
      "reddit_undelete.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "description": "Display original content of [deleted] comments for reddit.com",
  "incognito": "split",
  "manifest_version": 2,
  "name": "reddit undelete",
  "permissions": [
    "activeTab"
  ],
  "short_name": "reddit undelete",
  "version": "0.0.9"
}