Reddit UI Redirector
Redirects reddit.com URLs to new.reddit.com.
Reddit UI Redirectorคืออะไร?
Reddit UI Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andro และคุณลักษณะหลักของมันคือ "Redirects reddit.com URLs to new.reddit.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit UI Redirector
ดาวน์โหลดไฟล์ส่วนขยาย Reddit UI Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
New Reddit Redirection extension simply redirects reddit.com to new.reddit.com to force use of the "new" Reddit layout.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit UI Redirector |
ID | nkoapgdkoheaadbeijfdlnogkjlgcimc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-ui-redirector/nkoapgdkoheaadbeijfdlnogkjlgcimc |
คำอธิบาย | Redirects reddit.com URLs to new.reddit.com. |
ขนาดไฟล์ | 1.13 MB |
จำนวนการติดตั้ง | 567 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2024-02-19 |
คะแนน | 4.93/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Andro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reddit UI Redirector", "version": "1.3", "description": "Redirects reddit.com URLs to new.reddit.com.", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |