Old Reddit Redirect
Ensure Reddit always loads the old design, except when using new.reddit.com links
什么是Old Reddit Redirect?
Old Reddit Redirect是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Ensure Reddit always loads the old design, except when using new.reddit.com links”。
扩展截图
下载Old Reddit Redirect扩展crx文件
下载Old Reddit Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirects Reddit links to old.reddit.com, except when using new.reddit.com The new.reddit.com redirect is what distinguishes it from the extension it was based on. Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US
扩展基本信息
名称 | Old Reddit Redirect |
ID | npidphabboicbpfnemnaohbngaikfmbh |
官方URL | https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh |
简介 | Ensure Reddit always loads the old design, except when using new.reddit.com links |
文件大小 | 447 KB |
安装次数 | 51 |
当前版本 | 2.0.0 |
更新时间 | 2020-04-21 |
上架时间 | 2020-04-21 |
评分 | 1.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Reddit Redirect", "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links", "version": "2.0.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/old.reddit.com\/*" ] } |