Return Twitter Bird

Extension to restore the iconic Twitter logo, for those who think the X looks tacky.

O que é Return Twitter Bird?

Return Twitter Bird é uma extensão do Chrome desenvolvida por Luis Ángel Herrero, e sua principal característica é "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Return Twitter Bird

Baixe arquivos de extensão Return Twitter Bird 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

                        We have all seen the Twitter logo thousands of times, and seeing it suddenly change to an X can be hard for many of us.

That's why I've created this extension, which allows you to bring back that little blue bird we held so dear.

Made with love by @lahdiezz.                    

Informações Básicas da Extensão

Nome Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
URL Oficial https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
Descrição Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
Tamanho do Arquivo 8.28 KB
Contagem de Instalações 171
Versão Atual 1.1
Última Atualização 2023-07-27
Data de Publicação 2023-07-26
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Luis Ángel Herrero
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Twitter Bird",
    "version": "1.1",
    "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}