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
}