Reddit NSFW Sauce

Reddit NSFW Sauce

Finds the URLs in the comments of NSFW posts and displays a link next to the post.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Reddit Sauce",
  "version": "1.1resigned1",
  "description": "Finds the video sauce in the comments of NSFW posts.",
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "css": [
        "sauce.css"
      ],
      "js": [
        "sauce.js"
      ]
    }
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{db34d3f3-bdd9-4b20-b776-f782e65f9449}"
    }
  }
}