Reddit UI Redirector
Redirects reddit.com URLs to new.reddit.com.
什么是Reddit UI Redirector?
Reddit UI Redirector是由Andro开发的Chrome扩展程序,该扩展的主要功能是“Redirects reddit.com URLs to new.reddit.com.”。
扩展截图
下载Reddit UI Redirector扩展crx文件
下载Reddit UI Redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
New Reddit Redirection extension simply redirects reddit.com to new.reddit.com to force use of the "new" Reddit layout. 扩展基本信息
| 名称 | |
| ID | nkoapgdkoheaadbeijfdlnogkjlgcimc |
| 官方URL | https://chromewebstore.google.com/detail/reddit-ui-redirector/nkoapgdkoheaadbeijfdlnogkjlgcimc |
| 简介 | Redirects reddit.com URLs to new.reddit.com. |
| 文件大小 | 1.13 MB |
| 安装次数 | 567 |
| 当前版本 | 1.3 |
| 更新时间 | 2024-02-21 |
| 上架时间 | 2024-02-19 |
| 评分 | 4.93/5 共14次评分 |
| 开发者 | Andro |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Reddit UI Redirector",
"version": "1.3",
"description": "Redirects reddit.com URLs to new.reddit.com.",
"permissions": [
"tabs"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |