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 |
| Eメール | [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\/*",
"*:\/\/*\/*"
]
} | |