YouTube Notch Mode

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

什么是YouTube Notch Mode?

YouTube Notch Mode是由Minutepeople开发的Chrome扩展程序,该扩展的主要功能是“Bring the magic of the iPhone X’s new display to YouTube.”。

扩展截图

screenshot

下载YouTube Notch Mode扩展crx文件

下载YouTube Notch Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 YouTube Notch Mode YouTube Notch Mode
ID fiklbelmepfnpojheaklfnhfhbfkmibb
官方URL https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb
简介 Bring the magic of the iPhone X’s new display to YouTube.
文件大小 41.33 KB
安装次数 131
当前版本 1
更新时间 2017-09-12
上架时间 2017-09-12
评分 4.73/5 共15次评分
开发者 Minutepeople
电子邮箱 [email protected]
付费类型 free
扩展官网 http://notchmode.com
支持的语言 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"
    }
}