Return Twitter Bird

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

¿Qué es Return Twitter Bird?

Return Twitter Bird es una extensión de Chrome desarrollada por Luis Ángel Herrero, y su función principal es "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Return Twitter Bird

Descarga archivos de extensión Return Twitter Bird en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
URL Oficial https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
Descripción Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
Tamaño del Archivo 8.28 KB
Cantidad de Instalaciones 171
Versión Actual 1.1
Última Actualización 2023-07-27
Fecha de Publicación 2023-07-26
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador Luis Ángel Herrero
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}