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
公式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
Eメール [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"
            ]
        }
    ]
}