New Reddit Redirect

Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)

New Reddit Redirectคืออะไร?

New Reddit Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tyler W และคุณลักษณะหลักของมันคือ "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)"

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

screenshot

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

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

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

                        always be on www.reddit.com

Old Reddit Redirect is an extension that I use. I heard someone say the opposite would be useful for them, so I edited it to do the opposite                    

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

ชื่อ New Reddit Redirect New Reddit Redirect
ID aeaplligbgbdhbdjibdfpnfdbefobgll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-reddit-redirect/aeaplligbgbdhbdjibdfpnfdbefobgll
คำอธิบาย Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)
ขนาดไฟล์ 454 KB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-01-08
วันที่เผยแพร่ 2019-01-08
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Tyler W
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "New Reddit Redirect",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/new.reddit.com\/*",
        "*:\/\/pay.reddit.com\/*",
        "*:\/\/old.reddit.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}