Always Old Reddit

Redirect reddit.com to old.reddit.com

Always Old Redditคืออะไร?

Always Old Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TechHax และคุณลักษณะหลักของมันคือ "Redirect reddit.com to old.reddit.com"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Always Old Reddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Meet Always Old Reddit! This extension redirects all reddit requests to the old version of reddit! It also redirects url data so that posts you click on from other services will show as the old version as well! Enjoy!

Also the code is on Github @ https://github.com/TechHax/always-old-reddit

If you have any questions feel free to message me on twitter @ https://techhax.co/Tech_Hax_                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Always Old Reddit Always Old Reddit
ID cencjkmlbgldjkepigaaelkodbfbifba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/always-old-reddit/cencjkmlbgldjkepigaaelkodbfbifba
คำอธิบาย Redirect reddit.com to old.reddit.com
ขนาดไฟล์ 8.46 KB
จำนวนการติดตั้ง 670
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-09-17
วันที่เผยแพร่ 2019-09-16
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา TechHax
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect reddit.com to old.reddit.com",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "webRequestBlocking"
    ]
}