Everest - Minimal Theme for Teleparty
A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.
O que é Everest - Minimal Theme for Teleparty?
Everest - Minimal Theme for Teleparty é uma extensão do Chrome desenvolvida por gcg1, e sua principal característica é "A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Everest - Minimal Theme for Teleparty
Baixe arquivos de extensão Everest - Minimal Theme for Teleparty no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jgpdnljlicegmabnicocbaamfocgbabe |
URL Oficial | https://chromewebstore.google.com/detail/everest-minimal-theme-for/jgpdnljlicegmabnicocbaamfocgbabe |
Descrição | A minimal theme for the Teleparty (formerly Netflix Party) Chrome Extension. |
Tamanho do Arquivo | 1.58 MB |
Contagem de Instalações | 361 |
Versão Atual | 2.0.0.1 |
Última Atualização | 2021-12-23 |
Data de Publicação | 2020-12-14 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | gcg1 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |