Reddit Sauce
Finds the video sauce in the comments of NSFW posts.
Qu'est-ce que Reddit Sauce ?
Reddit Sauce est une extension Chrome développée par 85325, et sa fonction principale est "Finds the video sauce in the comments of NSFW posts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Sauce
Téléchargez les fichiers d'extension Reddit Sauce au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/)
Informations de Base sur l'Extension
Nom | Reddit Sauce |
ID | imooebpclifhpadehainnahhpkoknkam |
URL Officiel | https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam |
Description | Finds the video sauce in the comments of NSFW posts. |
Taille du Fichier | 14.34 KB |
Nombre d'Installations | 480 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-07-12 |
Date de Publication | 2016-07-12 |
Évaluation | 3.88/5 Total 8 Évaluations |
Développeur | 85325 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/85325/Reddit-Sauce |
Langues Prises en Charge | 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 } |