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是由kevin50jiang開發的Chrome擴展程式,該擴展的主要功能是“Only Reddit redirect extension you need. Easily toggle between old, new and i Reddit. Try it today!”。

擴展截圖

screenshot

下載Best Reddit Redirect擴展crx文件

下載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 Best Reddit Redirect
ID jclhpbepnmagnghkmlhndajahfpimigm
官方網址 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"
    }
}