YouTube Notch Mode

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

Co to jest YouTube Notch Mode?

YouTube Notch Mode to rozszerzenie Chrome opracowane przez Minutepeople, a jego główną funkcją jest „Bring the magic of the iPhone X’s new display to YouTube.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Notch Mode

Pobierz pliki rozszerzeń YouTube Notch Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Notch Mode YouTube Notch Mode
ID fiklbelmepfnpojheaklfnhfhbfkmibb
Oficjalny URL https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb
Opis Bring the magic of the iPhone X’s new display to YouTube.
Rozmiar pliku 41.33 KB
Liczba instalacji 131
Aktualna Wersja 1
Ostatnia Aktualizacja 2017-09-12
Data Publikacji 2017-09-12
Ocena 4.73/5 Łącznie 15 Oceny
Deweloper Minutepeople
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://notchmode.com
Obsługiwane Języki 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"
    }
}