Masto and DON

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

Qu'est-ce que Masto and DON ?

Masto and DON est une extension Chrome développée par Novs Yama, et sa fonction principale est "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Masto and DON

Téléchargez les fichiers d'extension Masto and DON au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Masto and DON Masto and DON
ID bjjcmeelnemdkjbkgoabjhojdaameide
URL Officiel 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.
Taille du Fichier 57.35 KB
Nombre d'Installations 29
Version Actuelle 0.1.16
Dernière Mise à Jour 2018-09-19
Date de Publication 2018-09-19
Développeur Novs Yama
Type de Paiement free
Site Web de l'Extension https://github.com/frost-tb-voo/masto-and-don
Langues Prises en Charge 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"
    ]
}