YouTube Notch Mode

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

What is YouTube Notch Mode?

YouTube Notch Mode is a Chrome extension developed by Minutepeople, and its main feature is "Bring the magic of the iPhone X’s new display to YouTube.".

Extension Screenshots

screenshot

Download YouTube Notch Mode Extension CRX File

Download YouTube Notch Mode 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

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

Extension Basic Information

Name YouTube Notch Mode YouTube Notch Mode
ID fiklbelmepfnpojheaklfnhfhbfkmibb
Official URL https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb
Description Bring the magic of the iPhone X’s new display to YouTube.
File Size 41.33 KB
Installation Count 131
Current Version 1
Last Updated 2017-09-12
Publish Date 2017-09-12
Rating 4.73/5 Total 15 Ratings
Developer Minutepeople
Email [email protected]
Payment Type free
Extension Website http://notchmode.com
Supported Languages 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"
    }
}