KuroTwi

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

Co je KuroTwi?

KuroTwi je rozšíření Chrome vyvinuté https://www.jstwi.com, a jeho hlavní funkcí je „This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření KuroTwi

Stáhněte si soubory rozšíření KuroTwi ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název KuroTwi KuroTwi
ID kcijnjkpackkklmkicldmkbhpdeilbgf
Oficiální URL https://chromewebstore.google.com/detail/kurotwi/kcijnjkpackkklmkicldmkbhpdeilbgf
Popis This is an application that allows you to freely place Twitter timelines, RSS feeds, etc.
Velikost souboru 327 KB
Počet instalací 6,947
Aktuální Verze 2.0.3.1
Poslední Aktualizace 2021-11-17
Datum Vydání 2019-08-06
Hodnocení 4.59/5 Celkem 108 Hodnocení
Vývojář https://www.jstwi.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://oken1.github.io/kurotwi/
URL Stránky Nápovědy https://oken1.github.io/kurotwi/
Podporované Jazyky 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\/*",
        "*:\/\/*\/*"
    ]
}