Reddit Sauce
Finds the video sauce in the comments of NSFW posts.
Was ist Reddit Sauce?
Reddit Sauce ist eine Chrome-Erweiterung, die von 85325 entwickelt wurde, und ihr Hauptmerkmal ist "Finds the video sauce in the comments of NSFW posts.".
Erweiterungsscreenshots
Reddit Sauce-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit Sauce-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | imooebpclifhpadehainnahhpkoknkam |
| Offizielle URL | https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam |
| Beschreibung | Finds the video sauce in the comments of NSFW posts. |
| Dateigröße | 14.34 KB |
| Installationsanzahl | 480 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2016-07-12 |
| Veröffentlichungsdatum | 2016-07-12 |
| Bewertung | 3.88/5 Insgesamt 8 Bewertungen |
| Entwickler | 85325 |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/85325/Reddit-Sauce |
| Unterstützte Sprachen | 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
} | |