Toggle Old Reddit Redirect

Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.

什么是Toggle Old Reddit Redirect?

Toggle Old Reddit Redirect是由chunkybrewster开发的Chrome扩展程序,该扩展的主要功能是“Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.”。

扩展截图

screenshot

下载Toggle Old Reddit Redirect扩展crx文件

下载Toggle Old Reddit Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you prefer the old style of interface for Reddit more than the new one?

Use Toggle Old Reddit Redirect to automatically redirect all Reddit URLs to the 'old.' prefix.

You can toggle the redirect on and off by clicking the toolbar icon. When it is turned back on it will automatically redirect all open tabs currently on Reddit to the 'old.' URL.

https://github.com/chunkybrewster/toggle-old-reddit-redirect                    

扩展基本信息

名称 Toggle Old Reddit Redirect Toggle Old Reddit Redirect
ID pfhekjkfjbcbnohifmkgcplickojmbhl
官方URL https://chromewebstore.google.com/detail/toggle-old-reddit-redirec/pfhekjkfjbcbnohifmkgcplickojmbhl
简介 Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.
文件大小 31.29 KB
安装次数 67
当前版本 1.1
更新时间 2020-07-13
上架时间 2020-07-12
评分 5.00/5 共2次评分
开发者 chunkybrewster
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/chunkybrewster/toggle-old-reddit-redirect
帮助页面URL https://github.com/chunkybrewster/toggle-old-reddit-redirect/issues
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggle Old Reddit Redirect",
    "version": "1.1",
    "description": "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on\/off by clicking the toolbar icon.",
    "icons": {
        "48": "assets\/icons\/toggle-48.png",
        "64": "assets\/icons\/toggle-64.png",
        "96": "assets\/icons\/toggle-96.png",
        "128": "assets\/icons\/toggle-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/new.reddit.com\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/toggle-32.png",
        "default_title": "Toggle Old Reddit Redirect"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    }
}