Masto and DON

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

Masto and DON là gì?

Masto and DON là một tiện ích mở rộng Chrome được phát triển bởi Novs Yama, và tính năng chính của nó là "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Masto and DON

Tải xuống các tệp mở rộng Masto and DON dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Masto and DON Masto and DON
ID bjjcmeelnemdkjbkgoabjhojdaameide
URL Chính Thức https://chrome.google.com/webstore/detail/masto-and-don/bjjcmeelnemdkjbkgoabjhojdaameide
Mô tả This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time.
Kích Thước Tệp 57.35 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1.16
Cập Nhật Lần Cuối 2018-09-19
Ngày Phát Hành 2018-09-19
Nhà Phát Triển Novs Yama
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/frost-tb-voo/masto-and-don
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}