Twitter Bird Extension
Brings back the bird to Twitter website
什么是Twitter Bird Extension?
Twitter Bird Extension是由Maciej Walkowiak开发的Chrome扩展程序,该扩展的主要功能是“Brings back the bird to Twitter website”。
扩展截图
下载Twitter Bird Extension扩展crx文件
下载Twitter Bird Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you're tired of seeing Dogecoin logo on Twitter, this extension brings back the bird!
Bird icons created by Freepik - Flaticon: https://www.flaticon.com/free-icons/bird 扩展基本信息
| 名称 | |
| ID | edbcagncoehbfkcdjmopodnpgkfjfjlf |
| 官方URL | https://chromewebstore.google.com/detail/twitter-bird-extension/edbcagncoehbfkcdjmopodnpgkfjfjlf |
| 简介 | Brings back the bird to Twitter website |
| 文件大小 | 9.17 KB |
| 安装次数 | 1,979 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2023-04-07 |
| 上架时间 | 2023-04-07 |
| 评分 | 4.73/5 共15次评分 |
| 开发者 | Maciej Walkowiak |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/maciejwalkowiak/twitter-bird-extension |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Bird Extension",
"version": "0.0.1",
"manifest_version": 3,
"description": "Brings back the bird to Twitter website",
"homepage_url": "https:\/\/github.com\/maciejwalkowiak\/twitter-bird-extension",
"icons": {
"128": "icons\/icon128.png"
},
"host_permissions": [
"https:\/\/twitter.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/**"
],
"js": [
"content-script.js"
]
}
]
} | |