Best Reddit Redirect
Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!
Best Reddit Redirectคืออะไร?
Best Reddit Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevin50jiang และคุณลักษณะหลักของมันคือ "Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Best Reddit Redirect
ดาวน์โหลดไฟล์ส่วนขยาย Best Reddit Redirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily all Reddit visits towards the type of your choice! Choose and toggle between old.reddit.com, new.reddit.com, and i.reddit.com. Click on the extension button to toggle between websites. View the source code, or help contribute at: https://github.com/kevin51jiang/Best-Reddit-Redirect
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Best Reddit Redirect |
ID | jclhpbepnmagnghkmlhndajahfpimigm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/best-reddit-redirect/jclhpbepnmagnghkmlhndajahfpimigm |
คำอธิบาย | Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today! |
ขนาดไฟล์ | 21.19 KB |
จำนวนการติดตั้ง | 174 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2022-08-09 |
วันที่เผยแพร่ | 2022-08-09 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | kevin50jiang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kevin51jiang/Best-Reddit-Redirect |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Best Reddit Redirect", "description": "Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!", "manifest_version": 3, "version": "0.3", "permissions": [ "declarativeNetRequest", "storage" ], "icons": { "16": "logo_16.png", "32": "logo_32.png", "48": "logo_48.png", "128": "logo.png" }, "host_permissions": [ "*:\/\/reddit.com\/*", "*:\/\/*.reddit.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "i", "enabled": true, "path": "redirect_i.json" }, { "id": "old", "enabled": true, "path": "redirect_old.json" }, { "id": "new", "enabled": true, "path": "redirect_new.json" } ] }, "action": { "default_title": "Change redirect" }, "background": { "service_worker": "background.js" } } |