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
Eメール [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"
    }
}