KuroTwi

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

KuroTwiคืออะไร?

KuroTwi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jstwi.com และคุณลักษณะหลักของมันคือ "This is an application that allows you to freely place Twitter timelines, RSS feeds, etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KuroTwi

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*",
        "*:\/\/*\/*"
    ]
}