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
电子邮箱 [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\/*"
    ]
}