New Reddit Redirect
Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)
什么是New Reddit Redirect?
New Reddit Redirect是由Tyler W开发的Chrome扩展程序,该扩展的主要功能是“Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)”。
扩展截图
下载New Reddit Redirect扩展crx文件
下载New Reddit Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
always be on www.reddit.com Old Reddit Redirect is an extension that I use. I heard someone say the opposite would be useful for them, so I edited it to do the opposite
扩展基本信息
名称 | New Reddit Redirect |
ID | aeaplligbgbdhbdjibdfpnfdbefobgll |
官方URL | https://chromewebstore.google.com/detail/new-reddit-redirect/aeaplligbgbdhbdjibdfpnfdbefobgll |
简介 | Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com) |
文件大小 | 454 KB |
安装次数 | 175 |
当前版本 | 1.0 |
更新时间 | 2019-01-08 |
上架时间 | 2019-01-08 |
评分 | 4.60/5 共5次评分 |
开发者 | Tyler W |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "description": "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "New Reddit Redirect", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/new.reddit.com\/*", "*:\/\/pay.reddit.com\/*", "*:\/\/old.reddit.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |