YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
O que é YouTube Notch Mode?
YouTube Notch Mode é uma extensão do Chrome desenvolvida por Minutepeople, e sua principal característica é "Bring the magic of the iPhone X’s new display to YouTube.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Notch Mode
Baixe arquivos de extensão YouTube Notch Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.
Informações Básicas da Extensão
Nome | |
ID | fiklbelmepfnpojheaklfnhfhbfkmibb |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb |
Descrição | Bring the magic of the iPhone X’s new display to YouTube. |
Tamanho do Arquivo | 41.33 KB |
Contagem de Instalações | 131 |
Versão Atual | 1 |
Última Atualização | 2017-09-12 |
Data de Publicação | 2017-09-12 |
Classificação | 4.73/5 Total de 15 Avaliações |
Desenvolvedor | Minutepeople |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://notchmode.com |
Idiomas Suportados | 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" } } |