Always Old Reddit

Redirect all reddit pages to old.reddit

Always Old Redditคืออะไร?

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

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

screenshot

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

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

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

                        Tired of the reddit defaulting to the new layout when changing accounts/in incognito? This extension redirects all reddit.com URLs to old.reddit.com.

Code available at https://github.com/tkrome/OldReddit

Icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY                    

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

ชื่อ Always Old Reddit Always Old Reddit
ID aaalibmmnojbnlcaanlofnmaclldefii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii
คำอธิบาย Redirect all reddit pages to old.reddit
ขนาดไฟล์ 5.84 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-05-08
วันที่เผยแพร่ 2018-05-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tkrome
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tkrome/OldReddit
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect all reddit pages to old.reddit",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/reddit.com\/*",
        "webRequestBlocking"
    ]
}