Reddit UI Redirector

Redirects reddit.com URLs to new.reddit.com.

Reddit UI Redirector là gì?

Reddit UI Redirector là một tiện ích mở rộng Chrome được phát triển bởi Andro, và tính năng chính của nó là "Redirects reddit.com URLs to new.reddit.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit UI Redirector

Tải xuống các tệp mở rộng Reddit UI Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        New Reddit Redirection extension simply redirects reddit.com to new.reddit.com to force use of the "new" Reddit layout.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit UI Redirector Reddit UI Redirector
ID nkoapgdkoheaadbeijfdlnogkjlgcimc
URL Chính Thức https://chromewebstore.google.com/detail/reddit-ui-redirector/nkoapgdkoheaadbeijfdlnogkjlgcimc
Mô tả Redirects reddit.com URLs to new.reddit.com.
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 567
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2024-02-19
Đánh Giá 4.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Andro
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}