X logo to Twitter Logo

Change X logo to the old Twitter logo

What is X logo to Twitter Logo?

X logo to Twitter Logo is a Chrome extension developed by Sorikairo, and its main feature is "Change X logo to the old Twitter logo".

Extension Screenshots

screenshot

Download X logo to Twitter Logo Extension CRX File

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

                        Change x logo to the old Twitter Logo                    

Extension Basic Information

Name X logo to Twitter Logo X logo to Twitter Logo
ID aabmjkifgbojihkngmahcjjkcoeklaoe
Official URL https://chromewebstore.google.com/detail/x-logo-to-twitter-logo/aabmjkifgbojihkngmahcjjkcoeklaoe
Description Change X logo to the old Twitter logo
File Size 18.15 KB
Installation Count 31
Current Version 0.1
Last Updated 2023-07-26
Publish Date 2023-07-25
Rating 3.00/5 Total 2 Ratings
Developer Sorikairo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X logo to Twitter Logo",
    "version": "0.1",
    "manifest_version": 3,
    "description": "Change X logo to the old Twitter logo",
    "icons": {
        "64": "size-64.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}