Return Twitter Bird

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

Qu'est-ce que Return Twitter Bird ?

Return Twitter Bird est une extension Chrome développée par Luis Ángel Herrero, et sa fonction principale est "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Return Twitter Bird

Téléchargez les fichiers d'extension Return Twitter Bird au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
URL Officiel https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
Description Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
Taille du Fichier 8.28 KB
Nombre d'Installations 171
Version Actuelle 1.1
Dernière Mise à Jour 2023-07-27
Date de Publication 2023-07-26
Évaluation 4.00/5 Total 2 Évaluations
Développeur Luis Ángel Herrero
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}