Classic Reddit

Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…

什么是Classic Reddit?

Classic Reddit是由bobmonkeywarts开发的Chrome扩展程序,该扩展的主要功能是“Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…”。

扩展截图

screenshot

下载Classic Reddit扩展crx文件

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

扩展使用说明

                        Redirects your browser to old.reddit.com to opt-out of the new redesign easily.

The redesign is slow, ugly, a waste of space, annoying to get used to, and doesn't support CSS. Get this extension and you won't have to deal with that.

If it ain't broke, don't fix it.                    

扩展基本信息

名称 Classic Reddit Classic Reddit
ID ochhlphdhemcmcdmplppdbchfobeihjp
官方URL https://chromewebstore.google.com/detail/classic-reddit/ochhlphdhemcmcdmplppdbchfobeihjp
简介 Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…
文件大小 116 KB
安装次数 86
当前版本 0.1
更新时间 2018-05-05
上架时间 2018-05-05
开发者 bobmonkeywarts
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Classic Reddit",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}