Reddit Sauce
Finds the video sauce in the comments of NSFW posts.
Vad är Reddit Sauce?
Reddit Sauce är en Chrome-tillägg utvecklad av 85325, och dess huvudfunktion är "Finds the video sauce in the comments of NSFW posts.".
Tilläggsskärmbilder
Ladda ner Reddit Sauce-förlängningens CRX-fil
Ladda ner Reddit Sauce-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/) Grundläggande Information om Tillägg
| Namn | |
| ID | imooebpclifhpadehainnahhpkoknkam |
| Officiell webbadress | https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam |
| Beskrivning | Finds the video sauce in the comments of NSFW posts. |
| Filstorlek | 14.34 KB |
| Antal Installationer | 480 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2016-07-12 |
| Publiceringsdatum | 2016-07-12 |
| Betyg | 3.88/5 Totalt 8 Betyg |
| Utvecklare | 85325 |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/85325/Reddit-Sauce |
| Stödda Språk | 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
} | |