Masto and DON

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

What is Masto and DON?

Masto and DON is a Chrome extension developed by Novs Yama, and its main feature is "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.".

Extension Screenshots

screenshot
screenshot

Download Masto and DON Extension CRX File

Download Masto and DON extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Masto and DON Masto and DON
ID bjjcmeelnemdkjbkgoabjhojdaameide
Official URL https://chrome.google.com/webstore/detail/masto-and-don/bjjcmeelnemdkjbkgoabjhojdaameide
Description This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
File Size 57.35 KB
Installation Count 29
Current Version 0.1.16
Last Updated 2018-09-19
Publish Date 2018-09-19
Developer Novs Yama
Payment Type free
Extension Website https://github.com/frost-tb-voo/masto-and-don
Supported Languages 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"
    ]
}