X to Twitter

Get our Twitter back from Elon.

What is X to Twitter?

X to Twitter is a Chrome extension developed by yakisova41, and its main feature is "Get our Twitter back from Elon.".

Extension Screenshots

screenshot

Download X to Twitter Extension CRX File

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

                        X logo back to the original Twitter Bird logo                    

Extension Basic Information

Name X to Twitter X to Twitter
ID jcgbihbakhgpbmhejamlpijhlohjhnbn
Official URL https://chromewebstore.google.com/detail/x-to-twitter/jcgbihbakhgpbmhejamlpijhlohjhnbn
Description Get our Twitter back from Elon.
File Size 843 KB
Installation Count 2,013
Current Version 2.3.1
Last Updated 2024-01-24
Publish Date 2023-07-24
Rating 5.00/5 Total 17 Ratings
Developer yakisova41
Email [email protected]
Payment Type free
Extension Website https://github.com/yakisova41/xToTwitter
Help Page URL https://github.com/yakisova41/xToTwitter/issues
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "short_name": "xToTwitter",
    "version": "2.3.1",
    "manifest_version": 3,
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/X.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "userscript.user.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "twitterManifest.json",
                "sw_icons\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/X.com\/*"
            ]
        }
    ]
}