Masto and DON

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

Hvad er Masto and DON?

Masto and DON er en Chrome-udvidelse udviklet af Novs Yama, og dens hovedfunktion er "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Masto and DON-udvidelses-CRX-fil

Download Masto and DON-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Masto and DON Masto and DON
ID bjjcmeelnemdkjbkgoabjhojdaameide
Officiel URL https://chrome.google.com/webstore/detail/masto-and-don/bjjcmeelnemdkjbkgoabjhojdaameide
Beskrivelse This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
Filstørrelse 57.35 KB
Antal Installationer 29
Nuværende Version 0.1.16
Senest Opdateret 2018-09-19
Udgivelsesdato 2018-09-19
Udvikler Novs Yama
Betalingsmetode free
Udvidelseswebsted https://github.com/frost-tb-voo/masto-and-don
Understøttede Sprog 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"
    ]
}