Un-Delete reddit Comments

Un-Delete reddit Comments

Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Un-Delete reddit Comments",
  "short_name": "UDrC BETA",
  "description": "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.",
  "version": "0.4",
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "assets/udr-icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/udr-icon16.png",
    "128": "assets/udr-icon128.png"
  }
}