Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Co to jest Reddit Sauce?

Reddit Sauce to rozszerzenie Chrome opracowane przez 85325, a jego główną funkcją jest „Finds the video sauce in the comments of NSFW posts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Sauce

Pobierz pliki rozszerzeń Reddit Sauce w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Opis Finds the video sauce in the comments of NSFW posts.
Rozmiar pliku 14.34 KB
Liczba instalacji 480
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-07-12
Data Publikacji 2016-07-12
Ocena 3.88/5 Łącznie 8 Oceny
Deweloper 85325
Typ Płatności free
Strona Rozszerzenia https://github.com/85325/Reddit-Sauce
Obsługiwane Języki 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
}