Freebird - X (Twitter) Logo Replacer

Restores the twitter logo/favicon to X (twitter) & restores tweet button.

What is Freebird - X (Twitter) Logo Replacer?

Freebird - X (Twitter) Logo Replacer is a Chrome extension developed by acadian.eth, and its main feature is "Restores the twitter logo/favicon to X (twitter) & restores tweet button.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Freebird - X (Twitter) Logo Replacer Extension CRX File

Download Freebird - X (Twitter) Logo Replacer 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

                        🐦 Freebird - X (Twitter) Logo Restorer 🔄

Freebird is a Chrome extension designed to bring back the classic Twitter logo and favicon. This extension restores the classic Twitter logo, bringing back the nostalgia and familiarity of the original design. Free the bird.

🌟 Features

Logo Restoration: The extension replaces the new X (twitter) logo with the classic one, restoring the familiar look of your Twitter interface.

Favicon Restoration: Not just the logo, but the favicon (the small icon you see on the browser tab) is also replaced with the classic one.

Tweet Button Restoration: Changes the "Post" button text to "Tweet," bringing back the traditional Twitter terminology. It also restores the "Retweet" button as well.

Home Button Restoration: Restores the original birdhouse icon for the home button.

Header Title Restoration: The extension changes the Chrome Tab's title from "X" to "Twitter," maintaining the consistent appearance of the platform.

Tweet Text Restoration: Changes instances where "Post" or "Repost" text is shown to "Tweet" / "Retweet".

Seamless Integration: The extension works smoothly and does not disrupt your Twitter browsing experience.

📝 How It Works

Locates the Logo: The extension identifies the X (twitter) logo by targeting the SVG path of the logo.

Replaces the Logo: Once the logo is identified, it is replaced with the classic Twitter logo. The same process is repeated for the favicon.

Tweet Button Restoration: Changes the "Post" button text to "Tweet," bringing back the traditional Twitter terminology. It also restores the "Retweet" button as well.

Changes Header Title: The extension changes the Chrome Tab's title from "X" to "Twitter," maintaining the consistent appearance of the platform.


V1.25 Notes:

- Bug fix for accounts with "X" in tab title

V1.24 Notes:

- Bug fix for "Undo Retweet" text

V1.23 Notes:

- Hover tooltip for tablet sidebar tweet button restored to "Tweet"

V1.22 Notes:

- In For You tab bubble "posts" text changed to "tweets"
- "tweets" text restored on blocked accounts
- "tweets" text restored on account that have you blocked

V1.21 Notes:

- "tweets" text restored in trending tab
- "These tweets are protected" text restored
- "Save tweet" text restored
- V1.1-2 changelog notes moved to changelog.md file for brevity

V1.20 Notes:

- Retweets text in analytics tab fix


[~This extension is made by an independent developer in their spare time and is offered at no cost. Like you, the developer wishes to restore X back to Twitter.  Please keep this in mind and be kind when leaving a review :)~]                    

Extension Basic Information

Name Freebird - X (Twitter) Logo Replacer Freebird - X (Twitter) Logo Replacer
ID obopljmdbiaalaffaaijniobhfhfnild
Official URL https://chromewebstore.google.com/detail/freebird-x-twitter-logo-r/obopljmdbiaalaffaaijniobhfhfnild
Description Restores the twitter logo/favicon to X (twitter) & restores tweet button.
File Size 14.88 KB
Installation Count 3,000
Current Version 1.25
Last Updated 2024-02-11
Publish Date 2023-07-26
Rating 4.76/5 Total 54 Ratings
Developer acadian.eth
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Freebird - X (Twitter) Logo Replacer",
    "version": "1.25",
    "description": "Restores the twitter logo\/favicon to X (twitter) & restores tweet button.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}