twitter logo changer

bring back the old twitter logo

What is twitter logo changer?

twitter logo changer is a Chrome extension developed by 567andrew567, and its main feature is "bring back the old twitter logo".

Extension Screenshots

screenshot

Download twitter logo changer Extension CRX File

Download twitter logo changer 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的藍鳥Larry改回來

Bring back Larry theBird from Twitter.                    

Extension Basic Information

Name twitter logo changer twitter logo changer
ID okakfkoldlmbkaodfehophapalbldbnf
Official URL https://chromewebstore.google.com/detail/twitter-logo-changer/okakfkoldlmbkaodfehophapalbldbnf
Description bring back the old twitter logo
File Size 18.95 KB
Installation Count 39
Current Version 1.1
Last Updated 2023-08-27
Publish Date 2023-07-26
Rating 4.00/5 Total 1 Ratings
Developer 567andrew567
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "twitter logo changer",
    "version": "1.1",
    "description": "bring back the old twitter logo",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}