X logo to Twitter Logo

Change X logo to the old Twitter logo

Qu'est-ce que X logo to Twitter Logo ?

X logo to Twitter Logo est une extension Chrome développée par Sorikairo, et sa fonction principale est "Change X logo to the old Twitter logo".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension X logo to Twitter Logo

Téléchargez les fichiers d'extension X logo to Twitter Logo 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

                        Change x logo to the old Twitter Logo                    

Informations de Base sur l'Extension

Nom X logo to Twitter Logo X logo to Twitter Logo
ID aabmjkifgbojihkngmahcjjkcoeklaoe
URL Officiel https://chromewebstore.google.com/detail/x-logo-to-twitter-logo/aabmjkifgbojihkngmahcjjkcoeklaoe
Description Change X logo to the old Twitter logo
Taille du Fichier 18.15 KB
Nombre d'Installations 31
Version Actuelle 0.1
Dernière Mise à Jour 2023-07-26
Date de Publication 2023-07-25
Évaluation 3.00/5 Total 2 Évaluations
Développeur Sorikairo
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X logo to Twitter Logo",
    "version": "0.1",
    "manifest_version": 3,
    "description": "Change X logo to the old Twitter logo",
    "icons": {
        "64": "size-64.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}