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 |
| 官方網址 | 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"
]
}
]
} | |