KuroTwi
This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.
Что такое KuroTwi?
KuroTwi - это расширение Chrome, разработанное https://www.jstwi.com, и его основная функция - "This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.".
Снимки экрана расширения
Скачать файл CRX расширения KuroTwi
Скачайте файлы расширений KuroTwi в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
KuroTwi is a Twitter client for Google Chrome Extensions. The feature of this client is that you can freely arrange multiple timelines on the screen.
Web:
https://www.jstwi.com/kurotwi/
Support account:
https://twitter.com/kurotwi_support
GitHub:
https://github.com/oken1/kurotwi Основная информация о расширении
| Название | |
| ID | kcijnjkpackkklmkicldmkbhpdeilbgf |
| Официальный URL | https://chromewebstore.google.com/detail/kurotwi/kcijnjkpackkklmkicldmkbhpdeilbgf |
| Описание | This is an application that allows you to freely place Twitter timelines, RSS feeds, etc. |
| Размер файла | 327 KB |
| Количество установок | 6,947 |
| Текущая Версия | 2.0.3.1 |
| Последнее Обновление | 2021-11-17 |
| Дата публикации | 2019-08-06 |
| Рейтинг | 4.59/5 Всего 108 оценок |
| Разработчик | https://www.jstwi.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://oken1.github.io/kurotwi/ |
| URL страницы помощи | https://oken1.github.io/kurotwi/ |
| Поддерживаемые языки | de,en,fr,es,it,pt-BR,ru,zh-CN,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "KuroTwi",
"author": "KEN1",
"version": "2.0.3.1",
"description": "__MSG_manifest_description__",
"default_locale": "en",
"content_security_policy": {
"extension-pages": "script-src 'self' ; object-src 'self'"
},
"minimum_chrome_version": "88.0",
"action": {
"default_icon": "images\/icon128.png",
"default_title": "KuroTwi"
},
"icons": {
"16": "images\/icon128.png",
"32": "images\/icon128.png",
"48": "images\/icon128.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"notifications",
"tabs"
],
"host_permissions": [
"https:\/\/api.twitter.com\/*",
"https:\/\/upload.twitter.com\/*",
"https:\/\/ext.nicovideo.jp\/*",
"*:\/\/*\/*"
]
} | |