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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}