Birdhouse

Restore the legacy birdhouse icon on X

What is Birdhouse?

Birdhouse is a Chrome extension developed by birdhouseext, and its main feature is "Restore the legacy birdhouse icon on X".

Extension Screenshots

screenshot

Download Birdhouse Extension CRX File

Download Birdhouse 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 the legacy birdhouse icon that was replaced on X                    

Extension Basic Information

Name Birdhouse Birdhouse
ID ijfgmacjadjknmdohahkdniipjlgdoil
Official URL https://chromewebstore.google.com/detail/birdhouse/ijfgmacjadjknmdohahkdniipjlgdoil
Description Restore the legacy birdhouse icon on X
File Size 10.17 KB
Installation Count 44
Current Version 1.2
Last Updated 2023-10-13
Publish Date 2023-10-11
Rating 5.00/5 Total 1 Ratings
Developer birdhouseext
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Birdhouse",
    "version": "1.2",
    "description": "Restore the legacy birdhouse icon on X",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/x.com\/*",
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}