KuroTwi

This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.

What is KuroTwi?

KuroTwi is a Chrome extension developed by https://www.jstwi.com, and its main feature is "This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download KuroTwi Extension CRX File

Download KuroTwi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name KuroTwi KuroTwi
ID kcijnjkpackkklmkicldmkbhpdeilbgf
Official URL https://chromewebstore.google.com/detail/kurotwi/kcijnjkpackkklmkicldmkbhpdeilbgf
Description This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.
File Size 327 KB
Installation Count 6,947
Current Version 2.0.3.1
Last Updated 2021-11-17
Publish Date 2019-08-06
Rating 4.59/5 Total 108 Ratings
Developer https://www.jstwi.com
Email [email protected]
Payment Type free
Extension Website https://oken1.github.io/kurotwi/
Help Page URL https://oken1.github.io/kurotwi/
Supported Languages 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\/*",
        "*:\/\/*\/*"
    ]
}