TwitterBird

Changes the "X" brand back to Twitter

Qu'est-ce que TwitterBird ?

TwitterBird est une extension Chrome développée par https://labystudio.de, et sa fonction principale est "Changes the "X" brand back to Twitter".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TwitterBird

Téléchargez les fichiers d'extension TwitterBird 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

                        This add-on reverts all logos of the Twitter/X website back to the Twitter bird.

It changes every single X logo, including the icon in the browser tab, the logout screen, and the boot screen. Additionally, it modifies the avatar, banner, name, handle and badge of the official Twitter accounts.

Please be aware that Twitter is currently changing its website every day.
I'm trying to keep the add-on up to date with the latest changes Elon Musk is making to Twitter/X.                    

Informations de Base sur l'Extension

Nom TwitterBird TwitterBird
ID cglkhpbplnpobkhgecadnemehdaphahh
URL Officiel https://chromewebstore.google.com/detail/twitterbird/cglkhpbplnpobkhgecadnemehdaphahh
Description Changes the "X" brand back to Twitter
Taille du Fichier 1.72 MB
Nombre d'Installations 213
Version Actuelle 1.2
Dernière Mise à Jour 2023-07-27
Date de Publication 2023-07-25
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://labystudio.de
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitterBird",
    "description": "Changes the \"X\" brand back to Twitter",
    "short_name": "TwitterBird",
    "manifest_version": 3,
    "version": "1.2",
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "164": "assets\/icon\/icon164.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*"
            ],
            "js": [
                "js\/Injector.js",
                "js\/controllers\/SvgLogoInjector.js",
                "js\/controllers\/FaviconInjector.js",
                "js\/controllers\/TwitterAccountInjector.js",
                "js\/controllers\/TitleInjector.js",
                "js\/TwitterBird.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*"
            ]
        }
    ]
}