Return Tweet Source Label & Bird icon
This extention will show source label on twitter again.
Что такое Return Tweet Source Label & Bird icon?
Return Tweet Source Label & Bird icon - это расширение Chrome, разработанное https://irucabot.com, и его основная функция - "This extention will show source label on twitter again.".
Снимки экрана расширения
Скачать файл CRX расширения Return Tweet Source Label & Bird icon
Скачайте файлы расширений Return Tweet Source Label & Bird icon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extention will show source label on twitter again.
In addition, the Twitter bird logo will be restored. Основная информация о расширении
| Название | |
| ID | mhkngabolhbckfjpmjclhockpdclfppc |
| Официальный URL | https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc |
| Описание | This extention will show source label on twitter again. |
| Размер файла | 15.75 KB |
| Количество установок | 1,784 |
| Текущая Версия | 1.2.0 |
| Последнее Обновление | 2024-02-12 |
| Дата публикации | 2022-12-20 |
| Рейтинг | 4.42/5 Всего 12 оценок |
| Разработчик | https://irucabot.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Return Tweet Source Label & Bird icon",
"description": "__MSG_Description__",
"manifest_version": 3,
"version": "1.2.0",
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*"
],
"js": [
"main.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"https:\/\/*.twitter.com\/*"
],
"default_locale": "en",
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{4801724c-9d0a-48fc-b663-86400e45f940}"
}
}
} | |