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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bobmonkeywarts และคุณลักษณะหลักของมันคือ "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

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

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