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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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\/*",
        "*:\/\/*\/*"
    ]
}