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
}