Random Subreddit Button
Adds a button to Reddit to visit random subreddits
什么是Random Subreddit Button?
Random Subreddit Button是由Rafael Ribeiro da Silva开发的Chrome扩展程序,该扩展的主要功能是“Adds a button to Reddit to visit random subreddits”。
扩展截图
下载Random Subreddit Button扩展crx文件
下载Random Subreddit Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button to Reddit to visit random subreddits. 扩展基本信息
| 名称 | |
| ID | dkkjibeimicbjblhahalkfhdjlakfamj |
| 官方URL | https://chromewebstore.google.com/detail/random-subreddit-button/dkkjibeimicbjblhahalkfhdjlakfamj |
| 简介 | Adds a button to Reddit to visit random subreddits |
| 文件大小 | 10.31 KB |
| 安装次数 | 98 |
| 当前版本 | 2.0 |
| 更新时间 | 2020-10-26 |
| 上架时间 | 2020-08-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Rafael Ribeiro da Silva |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/rafaelribeirods |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Subreddit Button",
"version": "2.0",
"description": "Adds a button to Reddit to visit random subreddits",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"scripts\/rsb.js"
]
}
],
"manifest_version": 2
} | |