Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Cos'è Reddit Sauce?

Reddit Sauce è un'estensione di Chrome sviluppata da 85325, e la sua funzione principale è "Finds the video sauce in the comments of NSFW posts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Sauce

Scarica i file di estensione Reddit Sauce in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Descrizione Finds the video sauce in the comments of NSFW posts.
Dimensione del File 14.34 KB
Conteggio Installazioni 480
Versione Corrente 2.0
Ultimo Aggiornamento 2016-07-12
Data di Pubblicazione 2016-07-12
Valutazione 3.88/5 Totale 8 Valutazioni
Sviluppatore 85325
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/85325/Reddit-Sauce
Lingue Supportate 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
}