YouTube Notch Mode

Bring the magic of the iPhone X’s new display to YouTube.

Apa itu YouTube Notch Mode?

YouTube Notch Mode adalah ekstensi Chrome yang dikembangkan oleh Minutepeople, dan fitur utamanya adalah "Bring the magic of the iPhone X’s new display to YouTube.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Notch Mode

Unduh file ekstensi YouTube Notch Mode 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

                        Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.                    

Informasi Dasar Ekstensi

Nama YouTube Notch Mode YouTube Notch Mode
ID fiklbelmepfnpojheaklfnhfhbfkmibb
URL Resmi https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb
Deskripsi Bring the magic of the iPhone X’s new display to YouTube.
Ukuran File 41.33 KB
Jumlah Instalasi 131
Versi Saat Ini 1
Terakhir Diperbarui 2017-09-12
Tanggal Publikasi 2017-09-12
Penilaian 4.73/5 Total 15 Penilaian
Pengembang Minutepeople
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://notchmode.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Notch Mode",
    "description": "Bring the magic of the iPhone X\u2019s new display to YouTube.",
    "version": "1",
    "manifest_version": 2,
    "page_action": {
        "default_icon": "128.png",
        "default_title": "YouTube Notch Mode"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}