SYNCROOM Plus - Awesome plugin

Extend the functionality of SYNCROOM website.

SYNCROOM Plus - Awesome plugin là gì?

SYNCROOM Plus - Awesome plugin là một tiện ích mở rộng Chrome được phát triển bởi https://koeda.me, và tính năng chính của nó là "Extend the functionality of SYNCROOM website.".

Ả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 SYNCROOM Plus - Awesome plugin

Tải xuống các tệp mở rộng SYNCROOM Plus - Awesome plugin 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

                        Add functionality to the SYNCROOM player's site.

- 🌏 Multilingual support
- 👤 Member display of each room
- ⭐ Member favorite registration
- 🚫 Member blocking
- 🔔 Member online notification registration
- ⏳ Display of remaining time in the room
- 🔍 Advanced search
- 🚫 No vacancy display
- 🔔 Registration of full vacancy notification
- 🍎 Favicon
- 🔗 Automatic linking of URLs
- 🔖 Tag list display
- 🔐 Password Manager
- 📌 Notification information display
- 🔍 Member search
- 📝 Edit My Profile                    

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

Tên SYNCROOM Plus - Awesome plugin SYNCROOM Plus - Awesome plugin
ID gpgdkbjhojmcmkpldiopicipgolddmfg
URL Chính Thức https://chromewebstore.google.com/detail/syncroom-plus-awesome-plu/gpgdkbjhojmcmkpldiopicipgolddmfg
Mô tả Extend the functionality of SYNCROOM website.
Kích Thước Tệp 245 KB
Số Lần Cài Đặt 2,768
Phiên Bản Hiện Tại 2.3.2
Cập Nhật Lần Cuối 2023-06-21
Ngày Phát Hành 2020-08-19
Đánh Giá 4.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://koeda.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://koeda.me/syncroomplus
URL Trang Chính Sách Bảo Mật https://github.com/koedame/webextension-syncroom-plus/blob/develop/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "2.3.2",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "ja",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_title": "SYNCROOM Plus"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/syncroom.yamaha.com\/play\/",
                "https:\/\/syncroom.yamaha.com\/play\/*=*",
                "https:\/\/syncroom.yamaha.com\/global\/play\/",
                "https:\/\/syncroom.yamaha.com\/global\/play\/*=*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon_128.png",
                "images\/icon_34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}