YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
Что такое YouTube Notch Mode?
YouTube Notch Mode - это расширение Chrome, разработанное Minutepeople, и его основная функция - "Bring the magic of the iPhone X’s new display to YouTube.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Notch Mode
Скачайте файлы расширений 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 |
Электронная почта | [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" } } |