YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
Cos'è YouTube Notch Mode?
YouTube Notch Mode è un'estensione di Chrome sviluppata da Minutepeople, e la sua funzione principale è "Bring the magic of the iPhone X’s new display to YouTube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Notch Mode
Scarica i file di estensione YouTube Notch Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.
Informazioni di Base sull'Estensione
Nome | |
ID | fiklbelmepfnpojheaklfnhfhbfkmibb |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb |
Descrizione | Bring the magic of the iPhone X’s new display to YouTube. |
Dimensione del File | 41.33 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2017-09-12 |
Data di Pubblicazione | 2017-09-12 |
Valutazione | 4.73/5 Totale 15 Valutazioni |
Sviluppatore | Minutepeople |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://notchmode.com |
Lingue Supportate | 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" } } |