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文件

下載Everest - Minimal Theme for Teleparty擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}