Masto and DON

This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.

ما هو Masto and DON؟

Masto and DON هو إضافة Chrome تم تطويرها بواسطة Novs Yama، والميزة الرئيسية لها هي "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Masto and DON

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

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

                        This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.                    

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

الاسم Masto and DON Masto and DON
ID bjjcmeelnemdkjbkgoabjhojdaameide
عنوان URL الرسمي https://chrome.google.com/webstore/detail/masto-and-don/bjjcmeelnemdkjbkgoabjhojdaameide
الوصف This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
حجم الملف 57.35 KB
عدد التثبيتات 29
النسخة الحالية 0.1.16
آخر تحديث 2018-09-19
تاريخ النشر 2018-09-19
المطور Novs Yama
نوع الدفع free
موقع الإضافة https://github.com/frost-tb-voo/masto-and-don
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.1.16",
    "default_locale": "en",
    "icons": {
        "16": ".\/icons\/mastoandon-16.png",
        "32": ".\/icons\/mastoandon-32.png",
        "48": ".\/icons\/mastoandon-48.png",
        "128": ".\/icons\/mastoandon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "view\/messages.js"
    ],
    "page_action": {
        "default_icon": "icons\/mastoandon-32.png",
        "default_title": "Masto and DON",
        "browser_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "",
        "activeTab",
        "tabs"
    ]
}