twitter_icon_x_to_bird

Let's change twitter icon from X to the bird!

What is twitter_icon_x_to_bird?

twitter_icon_x_to_bird is a Chrome extension developed by tailliar, and its main feature is "Let's change twitter icon from X to the bird!".

Extension Screenshots

screenshot
screenshot

Download twitter_icon_x_to_bird Extension CRX File

Download twitter_icon_x_to_bird extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The new X icon on Twitter will be replaced by the original bird icon that has been used for a long time.
This will provide benefits to users who prefer the bird to the X, as well as users who prefer the original icon.

Twitterの新しいXのアイコンを、長らく利用されてきた元の鳥のアイコンに変更します。
Xより鳥が好きなユーザや、元のアイコンが好きなユーザに対してメリットを提供します。

ver.2.0.14 - ver.2.0.21 「ポスト」を「ツイート」にする機能の追加、改良
ver.2.0.13 要求する権限をさらに制限(twitter.com, x.comのサブドメインへの要求を除去)
ver.2.0.12 権限の要求範囲が広がって不審に思われる方がいらっしゃるようなので、Twitter外の埋め込みツイートやgoogle検索結果への対応を中止
ver.2.0.11 ファビコンの画質を向上、Twitter外の埋め込みツイートやgoogle検索結果などのXを鳥に変更
ver.2.0.10 アイコンの大きさを調整、TITLEタグ変更機能修正
ver.2.0.9 TITLEタグの"X"を"Twitter"に変更する機能を追加
ver.2.0.8 バグ修正
ver.2.0.7 不要な権限要求を除去、スマホブラウザに対応
ver.2.0.6 アイコン変更
ver.2.0.5 ファビコンの変更に対応、画像変更の仕組みを根本的に変更。ブラウザへの負荷軽減                    

Extension Basic Information

Name twitter_icon_x_to_bird twitter_icon_x_to_bird
ID iepkmhnkbldjmmgaekphkbiffjehajal
Official URL https://chromewebstore.google.com/detail/twittericonxtobird/iepkmhnkbldjmmgaekphkbiffjehajal
Description Let's change twitter icon from X to the bird!
File Size 45.95 KB
Installation Count 20,000
Current Version 2.0.21
Last Updated 2023-09-05
Publish Date 2023-04-05
Rating 4.84/5 Total 134 Ratings
Developer tailliar
Email [email protected]
Payment Type free
Extension Website https://ki2neko.hateblo.jp/entry/2023/07/24/191636
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "twitter_icon_x_to_bird",
    "description": "Let's change twitter icon from X to the bird!",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "version": "2.0.21",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "twitter_icon_x_to_bird.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ]
        }
    ]
}