Best Reddit Redirect

Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!

Best Reddit Redirect là gì?

Best Reddit Redirect là một tiện ích mở rộng Chrome được phát triển bởi kevin50jiang, và tính năng chính của nó là "Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!".

Ả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 Best Reddit Redirect

Tải xuống các tệp mở rộng Best Reddit Redirect 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

                        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                    

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

Tên Best Reddit Redirect Best Reddit Redirect
ID jclhpbepnmagnghkmlhndajahfpimigm
URL Chính Thức https://chromewebstore.google.com/detail/best-reddit-redirect/jclhpbepnmagnghkmlhndajahfpimigm
Mô tả Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!
Kích Thước Tệp 21.19 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2022-08-09
Ngày Phát Hành 2022-08-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển kevin50jiang
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kevin51jiang/Best-Reddit-Redirect
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}