reddit live
Auto update a reddit comment stream
什么是reddit live?
reddit live是由gpmcadam开发的Chrome扩展程序,该扩展的主要功能是“Auto update a reddit comment stream”。
扩展截图
下载reddit live扩展crx文件
下载reddit live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto update a reddit comment thread. Once installed, load a comment thread, click the 'Sort By' dropdown and click 'live'.
Updated in 0.1.2:
- Update extension to work with latest Chrome manifest, now loads in newer Chrome
Updated in 0.1.1:
- Fixed an issue where live mode wouldn't start when using https 扩展基本信息
| 名称 | |
| ID | gfmgldfmppamhojkggjlonpboiobnbpe |
| 官方URL | https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe |
| 简介 | Auto update a reddit comment stream |
| 文件大小 | 6.75 MB |
| 安装次数 | 166 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2022-10-26 |
| 上架时间 | 2015-08-26 |
| 评分 | 1.67/5 共3次评分 |
| 开发者 | gpmcadam |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "reddit live",
"version": "0.1.2",
"manifest_version": 3,
"description": "Auto update a reddit comment stream",
"homepage_url": "http:\/\/gary.mcad.am\/a\/reddit-live",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"host_permissions": [
"https:\/\/*.reddit.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.reddit.com\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
]
}
]
} | |