YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
Hvad er YouTube Notch Mode?
YouTube Notch Mode er en Chrome-udvidelse udviklet af Minutepeople, og dens hovedfunktion er "Bring the magic of the iPhone X’s new display to YouTube.".
Udvidelsesskærmbilleder
Download YouTube Notch Mode-udvidelses-CRX-fil
Download YouTube Notch Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fiklbelmepfnpojheaklfnhfhbfkmibb |
Officiel URL | https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb |
Beskrivelse | Bring the magic of the iPhone X’s new display to YouTube. |
Filstørrelse | 41.33 KB |
Antal Installationer | 131 |
Nuværende Version | 1 |
Senest Opdateret | 2017-09-12 |
Udgivelsesdato | 2017-09-12 |
Bedømmelse | 4.73/5 Samlet 15 Bedømmelser |
Udvikler | Minutepeople |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://notchmode.com |
Understøttede Sprog | 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" } } |