Birdhouse
Restore the legacy birdhouse icon on X
Birdhouseとは何ですか?
Birdhouseはbirdhouseextによって開発されたChromeの拡張機能で、その主な機能は「Restore the legacy birdhouse icon on X」です。
拡張機能のスクリーンショット
Birdhouse拡張機能のCRXファイルをダウンロード
Birdhouse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Restore the legacy birdhouse icon that was replaced on X 拡張機能の基本情報
| 名前 | |
| ID | ijfgmacjadjknmdohahkdniipjlgdoil |
| 公式URL | https://chromewebstore.google.com/detail/birdhouse/ijfgmacjadjknmdohahkdniipjlgdoil |
| 説明 | Restore the legacy birdhouse icon on X |
| ファイルサイズ | 10.17 KB |
| インストール数 | 44 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2023-10-13 |
| 公開日 | 2023-10-11 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | birdhouseext |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Birdhouse",
"version": "1.2",
"description": "Restore the legacy birdhouse icon on X",
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
]
}
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
} | |