Youtube New Layout

Gives you access to the new Youtube Layout.

Apa itu Youtube New Layout?

Youtube New Layout adalah ekstensi Chrome yang dikembangkan oleh jesseizeboud, dan fitur utamanya adalah "Gives you access to the new Youtube Layout.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Youtube New Layout

Unduh file ekstensi Youtube New Layout dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Youtube New Layout Youtube New Layout
ID hbmeplfnmccnihlidhggppjkefakmepd
URL Resmi https://chrome.google.com/webstore/detail/youtube-new-layout/hbmeplfnmccnihlidhggppjkefakmepd
Deskripsi Gives you access to the new Youtube Layout.
Ukuran File 92.49 KB
Jumlah Instalasi 496
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-04-23
Tanggal Publikasi 2017-04-23
Penilaian 4.00/5 Total 4 Penilaian
Pengembang jesseizeboud
Tipe Pembayaran free
Bahasa yang Didukung 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
}