Masto and DON
This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
Was ist Masto and DON?
Masto and DON ist eine Chrome-Erweiterung, die von Novs Yama entwickelt wurde, und ihr Hauptmerkmal ist "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.".
Erweiterungsscreenshots
Masto and DON-Erweiterungs-CRX-Datei herunterladen
Laden Sie Masto and DON-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bjjcmeelnemdkjbkgoabjhojdaameide |
Offizielle URL | https://chrome.google.com/webstore/detail/masto-and-don/bjjcmeelnemdkjbkgoabjhojdaameide |
Beschreibung | This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time. |
Dateigröße | 57.35 KB |
Installationsanzahl | 29 |
Aktuelle Version | 0.1.16 |
Letztes Update | 2018-09-19 |
Veröffentlichungsdatum | 2018-09-19 |
Entwickler | Novs Yama |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/frost-tb-voo/masto-and-don |
Unterstützte Sprachen | 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", " |