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/)
扩展基本信息
名称 | Reddit Sauce |
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 } |