Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Reddit Sauce क्या है?

Reddit Sauce 85325 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds the video sauce in the comments of NSFW posts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Sauce एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}