Twitter Logo Changer

Replace Twitter logo to the classic

O que é Twitter Logo Changer?

Twitter Logo Changer é uma extensão do Chrome desenvolvida por ian.ilminmoon, e sua principal característica é "Replace Twitter logo to the classic".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitter Logo Changer

Baixe arquivos de extensão Twitter Logo Changer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        트위터 로고 변환기.
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                    

Informações Básicas da Extensão

Nome Twitter Logo Changer Twitter Logo Changer
ID leffemmmchgmbkcpgaelaffciilelmcc
URL Oficial https://chromewebstore.google.com/detail/twitter-logo-changer/leffemmmchgmbkcpgaelaffciilelmcc
Descrição Replace Twitter logo to the classic
Tamanho do Arquivo 59.25 KB
Contagem de Instalações 432
Versão Atual 1.5
Última Atualização 2023-08-21
Data de Publicação 2023-07-25
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor ian.ilminmoon
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/smileostrich
Idiomas Suportados 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"
    }
}