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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |