RESES

Reddit Enhancement Suite Enhancement Suite

RESESคืออะไร?

RESES เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codisms และคุณลักษณะหลักของมันคือ "Reddit Enhancement Suite Enhancement Suite"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RESES

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}