X to BlueBird
X to BlueBird for Twitter
X to BlueBirdとは何ですか?
X to BlueBirdはmatora9999によって開発されたChromeの拡張機能で、その主な機能は「X to BlueBird for Twitter」です。
拡張機能のスクリーンショット
X to BlueBird拡張機能のCRXファイルをダウンロード
X to BlueBird拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Twitterのロゴ「X」を青い鳥に戻す拡張機能です。 タブに表示されてるアイコンも青い鳥になります。
拡張機能の基本情報
名前 | X to BlueBird |
ID | ogmndccffmbfdnanlanmcckmoajbnijp |
公式URL | https://chromewebstore.google.com/detail/x-to-bluebird/ogmndccffmbfdnanlanmcckmoajbnijp |
説明 | X to BlueBird for Twitter |
ファイルサイズ | 3.7 KB |
インストール数 | 104 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-07-26 |
公開日 | 2023-07-25 |
開発者 | matora9999 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "X to BlueBird", "version": "1.0.1", "manifest_version": 3, "description": "X to BlueBird for Twitter", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.js" ] } ] } |