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
官方網址 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"
    ]
}