Always Old Reddit
Redirect reddit.com to old.reddit.com
什么是Always Old Reddit?
Always Old Reddit是由TechHax开发的Chrome扩展程序,该扩展的主要功能是“Redirect reddit.com to old.reddit.com”。
扩展截图
下载Always Old Reddit扩展crx文件
下载Always Old Reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Meet Always Old Reddit! This extension redirects all reddit requests to the old version of reddit! It also redirects url data so that posts you click on from other services will show as the old version as well! Enjoy! Also the code is on Github @ https://github.com/TechHax/always-old-reddit If you have any questions feel free to message me on twitter @ https://techhax.co/Tech_Hax_
扩展基本信息
名称 | Always Old Reddit |
ID | cencjkmlbgldjkepigaaelkodbfbifba |
官方URL | https://chromewebstore.google.com/detail/always-old-reddit/cencjkmlbgldjkepigaaelkodbfbifba |
简介 | Redirect reddit.com to old.reddit.com |
文件大小 | 8.46 KB |
安装次数 | 670 |
当前版本 | 1.0 |
更新时间 | 2019-09-17 |
上架时间 | 2019-09-16 |
评分 | 3.80/5 共5次评分 |
开发者 | TechHax |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Always Old Reddit", "description": "Redirect reddit.com to old.reddit.com", "version": "1.0", "manifest_version": 2, "icons": { "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "webRequestBlocking" ] } |