RESES

Reddit Enhancement Suite Enhancement Suite

RESES là gì?

RESES là một tiện ích mở rộng Chrome được phát triển bởi codisms, và tính năng chính của nó là "Reddit Enhancement Suite Enhancement Suite".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RESES

Tải xuống các tệp mở rộng RESES dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        --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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RESES RESES
ID idmjmdhcnofimdgkcjebieefdbmbomfe
URL Chính Thức https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe
Mô tả Reddit Enhancement Suite Enhancement Suite
Kích Thước Tệp 40.32 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2014-06-26
Ngày Phát Hành 2014-06-26
Nhà Phát Triển codisms
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}