Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Reddit Sauce란 무엇입니까?

Reddit Sauce은(는) 85325에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finds the video sauce in the comments of NSFW posts."입니다.

확장 프로그램 스크린샷

screenshot

Reddit Sauce 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}