Return Twitter Bird
Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
Return Twitter Birdとは何ですか?
Return Twitter BirdはLuis Ángel Herreroによって開発されたChromeの拡張機能で、その主な機能は「Extension to restore the iconic Twitter logo, for those who think the X looks tacky.」です。
拡張機能のスクリーンショット
Return Twitter Bird拡張機能のCRXファイルをダウンロード
Return Twitter Bird拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
We have all seen the Twitter logo thousands of times, and seeing it suddenly change to an X can be hard for many of us. That's why I've created this extension, which allows you to bring back that little blue bird we held so dear. Made with love by @lahdiezz.
拡張機能の基本情報
名前 | Return Twitter Bird |
ID | mdhfblgojkmlpoodcamfebfglifbcilh |
公式URL | https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh |
説明 | Extension to restore the iconic Twitter logo, for those who think the X looks tacky. |
ファイルサイズ | 8.28 KB |
インストール数 | 171 |
現在のバージョン | 1.1 |
最終更新日 | 2023-07-27 |
公開日 | 2023-07-26 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Luis Ángel Herrero |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return Twitter Bird", "version": "1.1", "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/x.com\/*" ], "css": [ "styles.css" ] } ] } |