Reddit Sauce
Finds the video sauce in the comments of NSFW posts.
什麼是Reddit Sauce?
Reddit Sauce是由85325開發的Chrome擴展程式,該擴展的主要功能是“Finds the video sauce in the comments of NSFW posts.”。
擴展截圖
下載Reddit Sauce擴展crx文件
下載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/) 擴展基本資訊
| 名稱 | |
| ID | imooebpclifhpadehainnahhpkoknkam |
| 官方網址 | 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
} | |