Everest - Minimal Theme for Teleparty

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

Everest - Minimal Theme for Teleparty là gì?

Everest - Minimal Theme for Teleparty là một tiện ích mở rộng Chrome được phát triển bởi gcg1, và tính năng chính của nó là "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Everest - Minimal Theme for Teleparty

Tải xuống các tệp mở rộng Everest - Minimal Theme for Teleparty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Everest - Minimal Theme for Teleparty Everest - Minimal Theme for Teleparty
ID jgpdnljlicegmabnicocbaamfocgbabe
URL Chính Thức https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe
Mô tả A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
Kích Thước Tệp 1.58 MB
Số Lần Cài Đặt 361
Phiên Bản Hiện Tại 2.0.0.1
Cập Nhật Lần Cuối 2021-12-23
Ngày Phát Hành 2020-12-14
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển gcg1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}