X to BlueBird

X to BlueBird for Twitter

What is X to BlueBird?

X to BlueBird is a Chrome extension developed by matora9999, and its main feature is "X to BlueBird for Twitter".

Extension Screenshots

screenshot
screenshot
screenshot

Download X to BlueBird Extension CRX File

Download X to BlueBird 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

                        Twitterのロゴ「X」を青い鳥に戻す拡張機能です。
タブに表示されてるアイコンも青い鳥になります。                    

Extension Basic Information

Name X to BlueBird X to BlueBird
ID ogmndccffmbfdnanlanmcckmoajbnijp
Official URL https://chromewebstore.google.com/detail/x-to-bluebird/ogmndccffmbfdnanlanmcckmoajbnijp
Description X to BlueBird for Twitter
File Size 3.7 KB
Installation Count 104
Current Version 1.0.1
Last Updated 2023-07-26
Publish Date 2023-07-25
Developer matora9999
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X to BlueBird",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "X to BlueBird for Twitter",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}