YouTube List View

This extension displays your youtube subscription in the list view.

What is YouTube List View?

YouTube List View is a Chrome extension developed by Eddie Wilford, and its main feature is "This extension displays your youtube subscription in the list view.".

Extension Screenshots

screenshot

Download YouTube List View Extension CRX File

Download YouTube List View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
Official URL https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
Description This extension displays your youtube subscription in the list view.
File Size 36.99 KB
Installation Count 430
Current Version 1.1.2
Last Updated 2016-06-02
Publish Date 2016-06-01
Rating 4.23/5 Total 52 Ratings
Developer Eddie Wilford
Email [email protected]
Payment Type free
Supported Languages 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*"
            ]
        }
    ]
}