KuroTwi

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

KuroTwi क्या है?

KuroTwi https://www.jstwi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an application that allows you to freely place Twitter timelines, RSS feeds, etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KuroTwi एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*",
        "*:\/\/*\/*"
    ]
}