Youtube Likes Sidebar Button

Adds a Liked Videos link to the library section of the Youtube sidebar.

Youtube Likes Sidebar Buttonとは何ですか?

Youtube Likes Sidebar Buttonはhttp://systemcluster.meによって開発されたChromeの拡張機能で、その主な機能は「Adds a Liked Videos link to the library section of the Youtube sidebar.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Youtube Likes Sidebar Button拡張機能のCRXファイルをダウンロード

Youtube Likes Sidebar Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a Liked Videos link to the library section of the Youtube sidebar.
Integrates seamlessly with the existing sidebar links.

2017-08-30: Updated to support the new Polymer Youtube layout.                    

拡張機能の基本情報

名前 Youtube Likes Sidebar Button Youtube Likes Sidebar Button
ID ahmdidmhhffpkhgfihmcinmlklpeipjm
公式URL https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm
説明 Adds a Liked Videos link to the library section of the Youtube sidebar.
ファイルサイズ 9.89 KB
インストール数 250
現在のバージョン 0.2.0
最終更新日 2018-07-28
公開日 2018-07-28
評価 4.17/5 合計 6 レビュー
開発者 http://systemcluster.me
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Likes Sidebar Button",
    "short_name": "Youtube Likes Sidebar Button",
    "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.",
    "version": "0.2.0",
    "author": "Christian Sdunek",
    "icons": {
        "16": "chrome\/skin\/icon16.png",
        "48": "chrome\/skin\/icon48.png",
        "96": "chrome\/skin\/icon96.png",
        "128": "chrome\/skin\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}