Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

¿Qué es Reddit Sauce?

Reddit Sauce es una extensión de Chrome desarrollada por 85325, y su función principal es "Finds the video sauce in the comments of NSFW posts.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reddit Sauce

Descarga archivos de extensión Reddit Sauce en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
URL Oficial https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Descripción Finds the video sauce in the comments of NSFW posts.
Tamaño del Archivo 14.34 KB
Cantidad de Instalaciones 480
Versión Actual 2.0
Última Actualización 2016-07-12
Fecha de Publicación 2016-07-12
Calificación 3.88/5 Total de 8 Calificaciones
Desarrollador 85325
Tipo de Pago free
Sitio Web de la Extensión https://github.com/85325/Reddit-Sauce
Idiomas Soportados 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
}