Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Что такое Reddit Sauce?

Reddit Sauce - это расширение Chrome, разработанное 85325, и его основная функция - "Finds the video sauce in the comments of NSFW posts.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Reddit Sauce

Скачайте файлы расширений Reddit Sauce в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
Официальный URL https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Описание Finds the video sauce in the comments of NSFW posts.
Размер файла 14.34 KB
Количество установок 480
Текущая Версия 2.0
Последнее Обновление 2016-07-12
Дата публикации 2016-07-12
Рейтинг 3.88/5 Всего 8 оценок
Разработчик 85325
Тип оплаты free
Официальный сайт расширения https://github.com/85325/Reddit-Sauce
Поддерживаемые языки 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
}