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
官方網址 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"
    }
}