Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Reddit Sauce là gì?

Reddit Sauce là một tiện ích mở rộng Chrome được phát triển bởi 85325, và tính năng chính của nó là "Finds the video sauce in the comments of NSFW posts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit Sauce

Tải xuống các tệp mở rộng Reddit Sauce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
URL Chính Thức https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Mô tả Finds the video sauce in the comments of NSFW posts.
Kích Thước Tệp 14.34 KB
Số Lần Cài Đặt 480
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-07-12
Ngày Phát Hành 2016-07-12
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển 85325
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/85325/Reddit-Sauce
Ngôn Ngữ Được Hỗ Trợ 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
}