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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 KuroTwi KuroTwi
ID kcijnjkpackkklmkicldmkbhpdeilbgf
官方網址 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\/*",
        "*:\/\/*\/*"
    ]
}