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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Novs Yama และคุณลักษณะหลักของมันคือ "This plugin provides public timeline viewer without any accounts, for your favorites mastodon instances in real time."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Masto and DON

ดาวน์โหลดไฟล์ส่วนขยาย Masto and DON ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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