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