Reddit Sauce

Finds the video sauce in the comments of NSFW posts.

Apa itu Reddit Sauce?

Reddit Sauce adalah ekstensi Chrome yang dikembangkan oleh 85325, dan fitur utamanya adalah "Finds the video sauce in the comments of NSFW posts.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reddit Sauce

Unduh file ekstensi Reddit Sauce dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Reddit Sauce Reddit Sauce
ID imooebpclifhpadehainnahhpkoknkam
URL Resmi https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam
Deskripsi Finds the video sauce in the comments of NSFW posts.
Ukuran File 14.34 KB
Jumlah Instalasi 480
Versi Saat Ini 2.0
Terakhir Diperbarui 2016-07-12
Tanggal Publikasi 2016-07-12
Penilaian 3.88/5 Total 8 Penilaian
Pengembang 85325
Tipe Pembayaran free
Situs Ekstensi https://github.com/85325/Reddit-Sauce
Bahasa yang Didukung 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
}