Return Twitter Bird

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

What is Return Twitter Bird?

Return Twitter Bird is a Chrome extension developed by Luis Ángel Herrero, and its main feature is "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.".

Extension Screenshots

screenshot

Download Return Twitter Bird Extension CRX File

Download Return Twitter Bird extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
Official URL https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
Description Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
File Size 8.28 KB
Installation Count 171
Current Version 1.1
Last Updated 2023-07-27
Publish Date 2023-07-26
Rating 4.00/5 Total 2 Ratings
Developer Luis Ángel Herrero
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}