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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |