Everest - Minimal Theme for Teleparty

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

Everest - Minimal Theme for Teleparty란 무엇입니까?

Everest - Minimal Theme for Teleparty은(는) gcg1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension."입니다.

확장 프로그램 스크린샷

screenshot

Everest - Minimal Theme for Teleparty 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Everest - Minimal Theme for Teleparty Everest - Minimal Theme for Teleparty
ID jgpdnljlicegmabnicocbaamfocgbabe
공식 URL https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe
설명 A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
파일 크기 1.58 MB
설치 횟수 361
현재 버전 2.0.0.1
최근 업데이트 2021-12-23
출시 날짜 2020-12-14
평점 4.67/5 총 6 개의 평점
개발자 gcg1
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}