Masto and DON

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

Vad är Masto and DON?

Masto and DON är en Chrome-tillägg utvecklad av Novs Yama, och dess huvudfunktion är "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Masto and DON-förlängningens CRX-fil

Ladda ner Masto and DON-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Masto and DON Masto and DON
ID bjjcmeelnemdkjbkgoabjhojdaameide
Officiell webbadress https://chrome.google.com/webstore/detail/masto-and-don/bjjcmeelnemdkjbkgoabjhojdaameide
Beskrivning This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
Filstorlek 57.35 KB
Antal Installationer 29
Aktuell Version 0.1.16
Senast Uppdaterad 2018-09-19
Publiceringsdatum 2018-09-19
Utvecklare Novs Yama
Betalningssätt free
Tilläggswebbplats https://github.com/frost-tb-voo/masto-and-don
Stödda Språk 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"
    ]
}