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
}