YouTube Notch Mode

Bring the magic of the iPhone X’s new display to YouTube.

Wat is YouTube Notch Mode?

YouTube Notch Mode is een Chrome-extensie ontwikkeld door Minutepeople, en de belangrijkste functie is "Bring the magic of the iPhone X’s new display to YouTube.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Notch Mode

Download YouTube Notch Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.                    

Basisinformatie over de Extensie

Naam YouTube Notch Mode YouTube Notch Mode
ID fiklbelmepfnpojheaklfnhfhbfkmibb
Officiële URL https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb
Beschrijving Bring the magic of the iPhone X’s new display to YouTube.
Bestandsgrootte 41.33 KB
Aantal Installaties 131
Huidige Versie 1
Laatst Bijgewerkt 2017-09-12
Publicatiedatum 2017-09-12
Beoordeling 4.73/5 Totaal 15 Beoordelingen
Ontwikkelaar Minutepeople
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://notchmode.com
Ondersteunde Talen 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"
    }
}