Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Wat is Reddit Sauce?

Reddit Sauce is een Chrome-extensie ontwikkeld door 85325, en de belangrijkste functie is "Finds the video sauce in the comments of NSFW posts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Sauce

Download Reddit Sauce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/)                    

Basisinformatie over de Extensie

Naam Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
Officiële URL https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Beschrijving Finds the video sauce in the comments of NSFW posts.
Bestandsgrootte 14.34 KB
Aantal Installaties 480
Huidige Versie 2.0
Laatst Bijgewerkt 2016-07-12
Publicatiedatum 2016-07-12
Beoordeling 3.88/5 Totaal 8 Beoordelingen
Ontwikkelaar 85325
Betalingswijze free
Extensiewebsite https://github.com/85325/Reddit-Sauce
Ondersteunde Talen 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
}