YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
Vad är YouTube Notch Mode?
YouTube Notch Mode är en Chrome-tillägg utvecklad av Minutepeople, och dess huvudfunktion är "Bring the magic of the iPhone X’s new display to YouTube.".
Tilläggsskärmbilder
Ladda ner YouTube Notch Mode-förlängningens CRX-fil
Ladda ner YouTube Notch Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | fiklbelmepfnpojheaklfnhfhbfkmibb |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb |
Beskrivning | Bring the magic of the iPhone X’s new display to YouTube. |
Filstorlek | 41.33 KB |
Antal Installationer | 131 |
Aktuell Version | 1 |
Senast Uppdaterad | 2017-09-12 |
Publiceringsdatum | 2017-09-12 |
Betyg | 4.73/5 Totalt 15 Betyg |
Utvecklare | Minutepeople |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://notchmode.com |
Stödda Språk | 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" } } |