Always Old Reddit

Redirect all reddit pages to old.reddit

什么是Always Old Reddit?

Always Old Reddit是由tkrome开发的Chrome扩展程序,该扩展的主要功能是“Redirect all reddit pages to old.reddit”。

扩展截图

screenshot

下载Always Old Reddit扩展crx文件

下载Always Old Reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tired of the reddit defaulting to the new layout when changing accounts/in incognito? This extension redirects all reddit.com URLs to old.reddit.com.

Code available at https://github.com/tkrome/OldReddit

Icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY                    

扩展基本信息

名称 Always Old Reddit Always Old Reddit
ID aaalibmmnojbnlcaanlofnmaclldefii
官方URL https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii
简介 Redirect all reddit pages to old.reddit
文件大小 5.84 KB
安装次数 28
当前版本 1.0
更新时间 2018-05-08
上架时间 2018-05-08
评分 5.00/5 共2次评分
开发者 tkrome
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tkrome/OldReddit
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect all reddit pages to old.reddit",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/reddit.com\/*",
        "webRequestBlocking"
    ]
}