Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

What is Reddit Sauce?

Reddit Sauce is a Chrome extension developed by 85325, and its main feature is "Finds the video sauce in the comments of NSFW posts.".

Extension Screenshots

screenshot

Download Reddit Sauce Extension CRX File

Download Reddit Sauce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extracts the sauces from the comments of NSFW Reddit posts and puts them next to the title. This makes it really easy to tell which posts have a sauce and lets you access the sauce without going through the comments.

Red    = Videos
Yellow = Gifs
Blue    = Reddit

Make sure you enable it in incognito! ;)

Source code is on GitHub: https://github.com/85325/Reddit-Sauce

Will always be open source and ad free.

Sauce icon is from Freepik licensed under CC 3.0. (http://freepik.com/)                    

Extension Basic Information

Name Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
Official URL https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Description Finds the video sauce in the comments of NSFW posts.
File Size 14.34 KB
Installation Count 480
Current Version 2.0
Last Updated 2016-07-12
Publish Date 2016-07-12
Rating 3.88/5 Total 8 Ratings
Developer 85325
Payment Type free
Extension Website https://github.com/85325/Reddit-Sauce
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Sauce",
    "version": "2.0",
    "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
}