Youtube New Layout

Gives you access to the new Youtube Layout.

What is Youtube New Layout?

Youtube New Layout is a Chrome extension developed by jesseizeboud, and its main feature is "Gives you access to the new Youtube Layout.".

Extension Screenshots

screenshot
screenshot

Download Youtube New Layout Extension CRX File

Download Youtube New Layout 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

                        Places a cookie in your browser to get access to the new Youtube New Layout.
Including Dark Mode                    

Extension Basic Information

Name Youtube New Layout Youtube New Layout
ID hbmeplfnmccnihlidhggppjkefakmepd
Official URL https://chrome.google.com/webstore/detail/youtube-new-layout/hbmeplfnmccnihlidhggppjkefakmepd
Description Gives you access to the new Youtube Layout.
File Size 92.49 KB
Installation Count 496
Current Version 1.0
Last Updated 2017-04-23
Publish Date 2017-04-23
Rating 4.00/5 Total 4 Ratings
Developer jesseizeboud
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube New Layout",
    "version": "1.0",
    "description": "Gives you access to the new Youtube Layout.",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "manifest_version": 2
}