KuroTwi
This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.
什么是KuroTwi?
KuroTwi是由https://www.jstwi.com开发的Chrome扩展程序,该扩展的主要功能是“This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.”。
扩展截图
下载KuroTwi扩展crx文件
下载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\/*",
"*:\/\/*\/*"
]
} | |