Nuke Reddit History

Nuke Reddit History

To overwrite & delete all your comments on reddit, click this extension's icon next to your address bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nuke Reddit History",
  "description": "To overwrite & delete all your comments on reddit, click this extension's icon next to your address bar.",
  "version": "2.3.1",
  "icons": {
    "16": "/static_resources/icons/icon16.png",
    "48": "/static_resources/icons/icon48.png",
    "128": "/static_resources/icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "/static_resources/popup.html"
  },
  "permissions": [
    "activeTab",
    "https://*.reddit.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.reddit.com/nuke-reddit-history/*"
      ],
      "include_globs": [
        "https://*.reddit.com/nuke-reddit-history/?efe2d409a42=f9ce4f81e6326*"
      ],
      "run_at": "document_idle",
      "js": [
        "Nuke-Reddit-History.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/static_resources/template.html"
  ]
}