Twitter Logo Changer

Replace Twitter logo to the classic

什么是Twitter Logo Changer?

Twitter Logo Changer是由ian.ilminmoon开发的Chrome扩展程序,该扩展的主要功能是“Replace Twitter logo to the classic”。

扩展截图

screenshot

下载Twitter Logo Changer扩展crx文件

下载Twitter Logo Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Twitter Logo Changer Twitter Logo Changer
ID leffemmmchgmbkcpgaelaffciilelmcc
官方URL https://chromewebstore.google.com/detail/twitter-logo-changer/leffemmmchgmbkcpgaelaffciilelmcc
简介 Replace Twitter logo to the classic
文件大小 59.25 KB
安装次数 432
当前版本 1.5
更新时间 2023-08-21
上架时间 2023-07-25
评分 4.86/5 共7次评分
开发者 ian.ilminmoon
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/smileostrich
支持的语言 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"
    }
}