Reddit UI Redirector
Redirects reddit.com URLs to new.reddit.com.
什麼是Reddit UI Redirector?
Reddit UI Redirector是由Andro開發的Chrome擴展程式,該擴展的主要功能是“Redirects reddit.com URLs to new.reddit.com.”。
擴展截圖
下載Reddit UI Redirector擴展crx文件
下載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 |
官方網址 | 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" } } |