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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}