Kurotodon

Multi instances supported, Mastodon client.

ما هو Kurotodon؟

Kurotodon هو إضافة Chrome تم تطويرها بواسطة https://www.jstwi.com، والميزة الرئيسية لها هي "Multi instances supported, Mastodon client.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kurotodon

قم بتنزيل ملفات الامتداد Kurotodon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It is a mastodon client based on KuroTwi.
Multi-instance compatible, it is possible to display multiple timelines side by side.
In the instance peep function, the local timeline of the instance without account
You can also display it.

Japanese, English is supported.

contact us: https://mstdn.jp/@k_e_n1

Source code: https://github.com/oken1/kurotodon

Change log: https://github.com/oken1/kurotodon/commits/master                    

معلومات أساسية عن التمديد

الاسم Kurotodon Kurotodon
ID fandjchmgmejjcjcedgeoileeibjndbb
عنوان URL الرسمي https://chromewebstore.google.com/detail/kurotodon/fandjchmgmejjcjcedgeoileeibjndbb
الوصف Multi instances supported, Mastodon client.
حجم الملف 316 KB
عدد التثبيتات 795
النسخة الحالية 0.3.2
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 4.64/5 مجموع تقييمات 14
المطور https://www.jstwi.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/oken1/kurotodon
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kurotodon",
    "version": "0.3.2",
    "author": "KEN1",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "minimum_chrome_version": "50.0",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Kurotodon"
    },
    "icons": {
        "16": "images\/icon128.png",
        "32": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.js",
            "js\/util.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}