Everest - Minimal Theme for Teleparty

A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.

Co to jest Everest - Minimal Theme for Teleparty?

Everest - Minimal Theme for Teleparty to rozszerzenie Chrome opracowane przez gcg1, a jego główną funkcją jest „A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Everest - Minimal Theme for Teleparty

Pobierz pliki rozszerzeń Everest - Minimal Theme for Teleparty 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

                        A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension for Netflix, overlaying the chat directly over the video to maximise video size. Works particularly well for movies with more of a letterboxed aspect ratio.                    

Podstawowe informacje o rozszerzeniu

Nazwa Everest - Minimal Theme for Teleparty Everest - Minimal Theme for Teleparty
ID jgpdnljlicegmabnicocbaamfocgbabe
Oficjalny URL https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe
Opis A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
Rozmiar pliku 1.58 MB
Liczba instalacji 361
Aktualna Wersja 2.0.0.1
Ostatnia Aktualizacja 2021-12-23
Data Publikacji 2020-12-14
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper gcg1
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Everest - Minimal Theme for Teleparty",
    "version": "2.0.0.1",
    "description": "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}