KuroTwi

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

KuroTwi là gì?

KuroTwi là một tiện ích mở rộng Chrome được phát triển bởi https://www.jstwi.com, và tính năng chính của nó là "This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KuroTwi

Tải xuống các tệp mở rộng KuroTwi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KuroTwi KuroTwi
ID kcijnjkpackkklmkicldmkbhpdeilbgf
URL Chính Thức https://chromewebstore.google.com/detail/kurotwi/kcijnjkpackkklmkicldmkbhpdeilbgf
Mô tả This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.
Kích Thước Tệp 327 KB
Số Lần Cài Đặt 6,947
Phiên Bản Hiện Tại 2.0.3.1
Cập Nhật Lần Cuối 2021-11-17
Ngày Phát Hành 2019-08-06
Đánh Giá 4.59/5 Tổng số 108 Đánh Giá
Nhà Phát Triển https://www.jstwi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://oken1.github.io/kurotwi/
URL Trang Trợ Giúp https://oken1.github.io/kurotwi/
Ngôn Ngữ Được Hỗ Trợ 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\/*",
        "*:\/\/*\/*"
    ]
}