Old Reddit Redirect

Ensure Reddit always loads the old design, except when using new.reddit.com links

Old Reddit Redirectคืออะไร?

Old Reddit Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Ensure Reddit always loads the old design, except when using new.reddit.com links"

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

screenshot

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

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

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

                        Redirects Reddit links to old.reddit.com, except when using new.reddit.com
The new.reddit.com redirect is what distinguishes it from the extension it was based on.
Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US                    

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

ชื่อ Old Reddit Redirect Old Reddit Redirect
ID npidphabboicbpfnemnaohbngaikfmbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh
คำอธิบาย Ensure Reddit always loads the old design, except when using new.reddit.com links
ขนาดไฟล์ 447 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2020-04-21
วันที่เผยแพร่ 2020-04-21
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Reddit Redirect",
    "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links",
    "version": "2.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/old.reddit.com\/*"
    ]
}