Classic Twitter Logo

Restore Twitters Logo & Favicon 👏

What is Classic Twitter Logo?

Classic Twitter Logo is a Chrome extension developed by Nic, and its main feature is "Restore Twitters Logo & Favicon 👏".

Extension Screenshots

screenshot

Download Classic Twitter Logo Extension CRX File

Download Classic 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

                        Restore Twitters Logo & Favicon 👏

This Chrome extension brings back the classic Twitter logo and favicon. If you miss the old bird icon (affectionately known as "Larry") and prefer the nostalgic look, this extension is perfect for you.

Source Code: https://github.com/niclm/classic-twitter-logo                    

Extension Basic Information

Name Classic Twitter Logo Classic Twitter Logo
ID keiaaebomajecbjhpfembkjcillhkpbg
Official URL https://chromewebstore.google.com/detail/classic-twitter-logo/keiaaebomajecbjhpfembkjcillhkpbg
Description Restore Twitters Logo & Favicon 👏
File Size 9.69 KB
Installation Count 45
Current Version 1.1
Last Updated 2023-09-23
Publish Date 2023-07-25
Rating 5.00/5 Total 1 Ratings
Developer Nic
Email [email protected]
Payment Type free
Extension Website https://github.com/niclm/classic-twitter-logo
Help Page URL https://github.com/niclm/classic-twitter-logo/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Classic Twitter Logo",
    "description": "Restore Twitters Logo & Favicon \ud83d\udc4f",
    "version": "1.1",
    "icons": {
        "48": "icon.png"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "twitter.js"
            ]
        }
    ]
}