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"
            ]
        }
    ]
}