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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}