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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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", " |