Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

O que é Reddit Sauce?

Reddit Sauce é uma extensão do Chrome desenvolvida por 85325, e sua principal característica é "Finds the video sauce in the comments of NSFW posts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reddit Sauce

Baixe arquivos de extensão Reddit Sauce no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
URL Oficial https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Descrição Finds the video sauce in the comments of NSFW posts.
Tamanho do Arquivo 14.34 KB
Contagem de Instalações 480
Versão Atual 2.0
Última Atualização 2016-07-12
Data de Publicação 2016-07-12
Classificação 3.88/5 Total de 8 Avaliações
Desenvolvedor 85325
Tipo de Pagamento free
Site da Extensão https://github.com/85325/Reddit-Sauce
Idiomas Suportados 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
}