Masto and DON

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

Apa itu Masto and DON?

Masto and DON adalah ekstensi Chrome yang dikembangkan oleh Novs Yama, dan fitur utamanya adalah "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Masto and DON

Unduh file ekstensi Masto and DON dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Masto and DON Masto and DON
ID bjjcmeelnemdkjbkgoabjhojdaameide
URL Resmi https://chrome.google.com/webstore/detail/masto-and-don/bjjcmeelnemdkjbkgoabjhojdaameide
Deskripsi This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
Ukuran File 57.35 KB
Jumlah Instalasi 29
Versi Saat Ini 0.1.16
Terakhir Diperbarui 2018-09-19
Tanggal Publikasi 2018-09-19
Pengembang Novs Yama
Tipe Pembayaran free
Situs Ekstensi https://github.com/frost-tb-voo/masto-and-don
Bahasa yang Didukung 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"
    ]
}