Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Hvad er Reddit Sauce?

Reddit Sauce er en Chrome-udvidelse udviklet af 85325, og dens hovedfunktion er "Finds the video sauce in the comments of NSFW posts.".

Udvidelsesskærmbilleder

screenshot

Download Reddit Sauce-udvidelses-CRX-fil

Download Reddit Sauce-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
Officiel URL https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Beskrivelse Finds the video sauce in the comments of NSFW posts.
Filstørrelse 14.34 KB
Antal Installationer 480
Nuværende Version 2.0
Senest Opdateret 2016-07-12
Udgivelsesdato 2016-07-12
Bedømmelse 3.88/5 Samlet 8 Bedømmelser
Udvikler 85325
Betalingsmetode free
Udvidelseswebsted https://github.com/85325/Reddit-Sauce
Understøttede Sprog 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
}