Messenger Dark Theme
Simple dark theme for Facebook Messenger.
O que é Messenger Dark Theme?
Messenger Dark Theme é uma extensão do Chrome desenvolvida por jerry1100, e sua principal característica é "Simple dark theme for Facebook Messenger.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Messenger Dark Theme
Baixe arquivos de extensão Messenger Dark Theme 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
Works with the new Messenger update! Another dark theme for Messenger? Yes, but here's why you should use this over the others: 1. It looks the best. It's clean, minimalistic, and the colors work well. 2. It's modern and well-maintained. Post an issue and I'll likely resolve it within a few days. 3. The code is simple and it's open-source. All this does is add styles to override Facebook's styles. No JavaScript, no tracking, 100% secure. Works immediately after installing. Post issues and suggestions here: https://github.com/jerry1100/messenger-dark-theme/issues. I'll respond!
Informações Básicas da Extensão
Nome | Messenger Dark Theme |
ID | eobhfnijalkolbbmdoonheekjidkoojd |
URL Oficial | https://chromewebstore.google.com/detail/messenger-dark-theme/eobhfnijalkolbbmdoonheekjidkoojd |
Descrição | Simple dark theme for Facebook Messenger. |
Tamanho do Arquivo | 16.76 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.13 |
Última Atualização | 2024-02-23 |
Data de Publicação | 2019-10-25 |
Classificação | 4.83/5 Total de 84 Avaliações |
Desenvolvedor | jerry1100 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jerry1100/messenger-dark-theme |
URL da Página de Ajuda | https://github.com/jerry1100/messenger-dark-theme/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Messenger Dark Theme", "version": "1.13", "description": "Simple dark theme for Facebook Messenger.", "homepage_url": "https:\/\/github.com\/jerry1100\/messenger-dark-theme", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.messenger.com\/*" ], "css": [ "style.css" ] } ] } |