YouTube List View

This extension displays your youtube subscription in the list view.

什么是YouTube List View?

YouTube List View是由Eddie Wilford开发的Chrome扩展程序,该扩展的主要功能是“This extension displays your youtube subscription in the list view.”。

扩展截图

screenshot

下载YouTube List View扩展crx文件

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

扩展使用说明

                        A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. 

UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.                    

扩展基本信息

名称 YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
官方URL https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
简介 This extension displays your youtube subscription in the list view.
文件大小 36.99 KB
安装次数 430
当前版本 1.1.2
更新时间 2016-06-02
上架时间 2016-06-01
评分 4.23/5 共52次评分
开发者 Eddie Wilford
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube List View",
    "description": "This extension displays your youtube subscription in the list view.",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/feed\/subscriptions*",
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ]
        }
    ]
}