Masto and DON

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

Co to jest Masto and DON?

Masto and DON to rozszerzenie Chrome opracowane przez Novs Yama, a jego główną funkcją jest „This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Masto and DON

Pobierz pliki rozszerzeń Masto and DON w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Masto and DON Masto and DON
ID bjjcmeelnemdkjbkgoabjhojdaameide
Oficjalny URL https://chrome.google.com/webstore/detail/masto-and-don/bjjcmeelnemdkjbkgoabjhojdaameide
Opis This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
Rozmiar pliku 57.35 KB
Liczba instalacji 29
Aktualna Wersja 0.1.16
Ostatnia Aktualizacja 2018-09-19
Data Publikacji 2018-09-19
Deweloper Novs Yama
Typ Płatności free
Strona Rozszerzenia https://github.com/frost-tb-voo/masto-and-don
Obsługiwane Języki 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"
    ]
}