Twitter Custom Color
A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.
O que é Twitter Custom Color?
Twitter Custom Color é uma extensão do Chrome desenvolvida por malcolm, e sua principal característica é "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Custom Color
Baixe arquivos de extensão Twitter Custom Color 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
Adds the ability to make a custom color theme for Twitter. Simply click the extension icon while you're on Twitter to reveal a color selector. Using that, you can define any color you want. Your chosen color will be applied as the accent color throughout twitter. (You may need to refresh the page for your changes to apply). Works with light mode and both dark modes. Why limit yourself to the 6 default options when you could instead have 16,777,216? *** Update 1.2.5 - CSS fixes Update 1.2.4 - CSS fixes in response to changes to Twitter's UI
Informações Básicas da Extensão
Nome | Twitter Custom Color |
ID | ijbadhmaaffcpplchdijgjfffbmmllke |
URL Oficial | https://chromewebstore.google.com/detail/twitter-custom-color/ijbadhmaaffcpplchdijgjfffbmmllke |
Descrição | A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options. |
Tamanho do Arquivo | 44.28 KB |
Contagem de Instalações | 3,817 |
Versão Atual | 1.2.5 |
Última Atualização | 2023-11-21 |
Data de Publicação | 2022-03-23 |
Classificação | 4.48/5 Total de 23 Avaliações |
Desenvolvedor | malcolm |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Custom Color", "description": "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.", "author": "malcolm", "version": "1.2.5", "manifest_version": 3, "permissions": [ "storage", "scripting", "tabs", "declarativeContent" ], "host_permissions": [ "*:\/\/twitter.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to open color selector", "default_popup": "selector.html" }, "icons": { "16": "16.png", "32": "32.png", "64": "64.png", "128": "128.png" } } |