KuroTwi

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

Was ist KuroTwi?

KuroTwi ist eine Chrome-Erweiterung, die von https://www.jstwi.com entwickelt wurde, und ihr Hauptmerkmal ist "This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

KuroTwi-Erweiterungs-CRX-Datei herunterladen

Laden Sie KuroTwi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name KuroTwi KuroTwi
ID kcijnjkpackkklmkicldmkbhpdeilbgf
Offizielle URL https://chromewebstore.google.com/detail/kurotwi/kcijnjkpackkklmkicldmkbhpdeilbgf
Beschreibung This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.
Dateigröße 327 KB
Installationsanzahl 6,947
Aktuelle Version 2.0.3.1
Letztes Update 2021-11-17
Veröffentlichungsdatum 2019-08-06
Bewertung 4.59/5 Insgesamt 108 Bewertungen
Entwickler https://www.jstwi.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://oken1.github.io/kurotwi/
Hilfeseite URL https://oken1.github.io/kurotwi/
Unterstützte Sprachen 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\/*",
        "*:\/\/*\/*"
    ]
}