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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Masto and DON एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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