Twitter Logo Changer

Replace Twitter logo to the classic

Cos'è Twitter Logo Changer?

Twitter Logo Changer è un'estensione di Chrome sviluppata da ian.ilminmoon, e la sua funzione principale è "Replace Twitter logo to the classic".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Logo Changer

Scarica i file di estensione Twitter Logo Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        트위터 로고 변환기.
Transform your Twitter experience with Twitter Logo Changer.

Key Features:
Logo Customization: Swap the default Twitter logo with a new one, giving your Twitter interface a personalized touch.
User-friendly Interface: Our intuitive design and easy-to-use controls make customizing your Twitter logo as simple as a click.
Compatibility: Designed to work seamlessly with Twitter, ensuring smooth operation without affecting your usual Twitter usage.
Regular Updates: We strive to stay updated with any changes to Twitter's design to ensure continuous functionality.

Updated Log
v1.0 - 2023.07.24
Support Logo

v1.1 - 2023.07.25
Support favicon

v1.2 - 2023.07.26
Support Logo(because twitter changed their logo)

v1.3 - 2023.08.13
Support title, Fixed bugs

v1.4 - 2023.08.15
Changed Tweet Button text(Post -> Tweet)

v1.5 - 2023.08.19
Fixed typo                    

Informazioni di Base sull'Estensione

Nome Twitter Logo Changer Twitter Logo Changer
ID leffemmmchgmbkcpgaelaffciilelmcc
URL Ufficiale https://chromewebstore.google.com/detail/twitter-logo-changer/leffemmmchgmbkcpgaelaffciilelmcc
Descrizione Replace Twitter logo to the classic
Dimensione del File 59.25 KB
Conteggio Installazioni 432
Versione Corrente 1.5
Ultimo Aggiornamento 2023-08-21
Data di Pubblicazione 2023-07-25
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore ian.ilminmoon
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/smileostrich
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Logo Changer",
    "version": "1.5",
    "description": "Replace Twitter logo to the classic",
    "action": {
        "default_icon": {
            "48": ".\/PNG\/blue.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": ".\/PNG\/blue.png"
    }
}