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
扩展基本信息
名称 | Birdhouse |
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 |
电子邮箱 | [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" } } |