YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
Was ist YouTube Notch Mode?
YouTube Notch Mode ist eine Chrome-Erweiterung, die von Minutepeople entwickelt wurde, und ihr Hauptmerkmal ist "Bring the magic of the iPhone X’s new display to YouTube.".
Erweiterungsscreenshots
YouTube Notch Mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Notch Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fiklbelmepfnpojheaklfnhfhbfkmibb |
Offizielle URL | https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb |
Beschreibung | Bring the magic of the iPhone X’s new display to YouTube. |
Dateigröße | 41.33 KB |
Installationsanzahl | 131 |
Aktuelle Version | 1 |
Letztes Update | 2017-09-12 |
Veröffentlichungsdatum | 2017-09-12 |
Bewertung | 4.73/5 Insgesamt 15 Bewertungen |
Entwickler | Minutepeople |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://notchmode.com |
Unterstützte Sprachen | 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" } } |