Reddit Sauce
Finds the video sauce in the comments of NSFW posts.
Co je Reddit Sauce?
Reddit Sauce je rozšíření Chrome vyvinuté 85325, a jeho hlavní funkcí je „Finds the video sauce in the comments of NSFW posts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit Sauce
Stáhněte si soubory rozšíření Reddit Sauce ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/)
Základní Informace o Rozšíření
Název | Reddit Sauce |
ID | imooebpclifhpadehainnahhpkoknkam |
Oficiální URL | https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam |
Popis | Finds the video sauce in the comments of NSFW posts. |
Velikost souboru | 14.34 KB |
Počet instalací | 480 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2016-07-12 |
Datum Vydání | 2016-07-12 |
Hodnocení | 3.88/5 Celkem 8 Hodnocení |
Vývojář | 85325 |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/85325/Reddit-Sauce |
Podporované Jazyky | 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 } |