Twitter Bird Extension
Brings back the bird to Twitter website
Что такое Twitter Bird Extension?
Twitter Bird Extension - это расширение Chrome, разработанное Maciej Walkowiak, и его основная функция - "Brings back the bird to Twitter website".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Bird Extension
Скачайте файлы расширений 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"
]
}
]
} | |