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はNovs Yamaによって開発されたChromeの拡張機能で、その主な機能は「This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Masto and DON拡張機能のCRXファイルをダウンロード

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