twitter_icon_x_to_bird

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

twitter_icon_x_to_birdとは何ですか?

twitter_icon_x_to_birdはtailliarによって開発されたChromeの拡張機能で、その主な機能は「Let's change twitter icon from X to the bird!」です。

拡張機能のスクリーンショット

screenshot
screenshot

twitter_icon_x_to_bird拡張機能のCRXファイルをダウンロード

twitter_icon_x_to_bird拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 ファビコンの変更に対応、画像変更の仕組みを根本的に変更。ブラウザへの負荷軽減                    

拡張機能の基本情報

名前 twitter_icon_x_to_bird twitter_icon_x_to_bird
ID iepkmhnkbldjmmgaekphkbiffjehajal
公式URL https://chromewebstore.google.com/detail/twittericonxtobird/iepkmhnkbldjmmgaekphkbiffjehajal
説明 Let's change twitter icon from X to the bird!
ファイルサイズ 45.95 KB
インストール数 20,000
現在のバージョン 2.0.21
最終更新日 2023-09-05
公開日 2023-04-05
評価 4.84/5 合計 134 レビュー
開発者 tailliar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ki2neko.hateblo.jp/entry/2023/07/24/191636
対応言語 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\/*"
            ]
        }
    ]
}