twitter_icon_x_to_bird
Let's change twitter icon from X to the bird!
Cos'è twitter_icon_x_to_bird?
twitter_icon_x_to_bird è un'estensione di Chrome sviluppata da tailliar, e la sua funzione principale è "Let's change twitter icon from X to the bird!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione twitter_icon_x_to_bird
Scarica i file di estensione twitter_icon_x_to_bird in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 ファビコンの変更に対応、画像変更の仕組みを根本的に変更。ブラウザへの負荷軽減 Informazioni di Base sull'Estensione
| Nome | |
| ID | iepkmhnkbldjmmgaekphkbiffjehajal |
| URL Ufficiale | https://chromewebstore.google.com/detail/twittericonxtobird/iepkmhnkbldjmmgaekphkbiffjehajal |
| Descrizione | Let's change twitter icon from X to the bird! |
| Dimensione del File | 45.95 KB |
| Conteggio Installazioni | 20,000 |
| Versione Corrente | 2.0.21 |
| Ultimo Aggiornamento | 2023-09-05 |
| Data di Pubblicazione | 2023-04-05 |
| Valutazione | 4.84/5 Totale 134 Valutazioni |
| Sviluppatore | tailliar |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://ki2neko.hateblo.jp/entry/2023/07/24/191636 |
| Lingue Supportate | 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\/*"
]
}
]
} | |