YouTube™ Redirector

Automatically redirects logged in users to the subscriptions page.

什么是YouTube™ Redirector?

YouTube™ Redirector是由https://mrkannah.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically redirects logged in users to the subscriptions page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载YouTube™ Redirector扩展crx文件

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

扩展使用说明

                        An extension that redirects logged in users from the youtube homepage to their subscriptions page.

To enable the extension the user must be on youtube.com. Clicking the extension icon will display a menu with the options for the extension.                    

扩展基本信息

名称 YouTube™ Redirector YouTube™ Redirector
ID fnlklbjlpkkdnelohembgpdahpfpfcbp
官方URL https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp
简介 Automatically redirects logged in users to the subscriptions page.
文件大小 44.4 KB
安装次数 62
当前版本 2.2.0
更新时间 2017-10-18
上架时间 2017-10-17
评分 2.33/5 共6次评分
开发者 https://mrkannah.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Redirector",
    "version": "2.2.0",
    "description": "Automatically redirects logged in users to the subscriptions page.",
    "background": {
        "scripts": [
            "scripts\/raven.min.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icons\/off-48.png",
        "default_title": "YouTube Redirector",
        "default_popup": "popUp\/popUp.html"
    },
    "content_security_policy": " script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "*:\/\/*.youtube.com\/*"
    ],
    "homepage_url": "http:\/\/mrkannah.com\/",
    "manifest_version": 2
}