RESES

Reddit Enhancement Suite Enhancement Suite

什么是RESES?

RESES是由codisms开发的Chrome扩展程序,该扩展的主要功能是“Reddit Enhancement Suite Enhancement Suite”。

扩展截图

screenshot

下载RESES扩展crx文件

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

扩展使用说明

                        --Reddit Enhancement Suite Enhancement Suite--

Don't like those pesky '? | ?' icons? Want the numbers back even though they didn't mean anything?

Install this extension to see numbers again!  The numbers are not accurate and are purely random. Although, they never were accurate, so this should satiate the urge!

NOTE: I have no affiliation with RES or Reddit and offer this as a free service to improve RES.                    

扩展基本信息

名称 RESES RESES
ID idmjmdhcnofimdgkcjebieefdbmbomfe
官方URL https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe
简介 Reddit Enhancement Suite Enhancement Suite
文件大小 40.32 KB
安装次数 149
当前版本 1.5
更新时间 2014-06-26
上架时间 2014-06-26
开发者 codisms
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RESES",
    "description": "Reddit Enhancement Suite Enhancement Suite",
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "jquery.js",
                "reses.js"
            ]
        }
    ]
}