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 |
| 公式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
} | |