Return Twitter Bird

Extension to restore the iconic Twitter logo, for those who think the X looks tacky.

Wat is Return Twitter Bird?

Return Twitter Bird is een Chrome-extensie ontwikkeld door Luis Ángel Herrero, en de belangrijkste functie is "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Return Twitter Bird

Download Return Twitter Bird-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        We have all seen the Twitter logo thousands of times, and seeing it suddenly change to an X can be hard for many of us.

That's why I've created this extension, which allows you to bring back that little blue bird we held so dear.

Made with love by @lahdiezz.                    

Basisinformatie over de Extensie

Naam Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
Officiële URL https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
Beschrijving Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
Bestandsgrootte 8.28 KB
Aantal Installaties 171
Huidige Versie 1.1
Laatst Bijgewerkt 2023-07-27
Publicatiedatum 2023-07-26
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Luis Ángel Herrero
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Twitter Bird",
    "version": "1.1",
    "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}