SYNCROOM Plus - Awesome plugin
Extend the functionality of SYNCROOM website.
SYNCROOM Plus - Awesome pluginとは何ですか?
SYNCROOM Plus - Awesome pluginはhttps://koeda.meによって開発されたChromeの拡張機能で、その主な機能は「Extend the functionality of SYNCROOM website.」です。
拡張機能のスクリーンショット
SYNCROOM Plus - Awesome plugin拡張機能のCRXファイルをダウンロード
SYNCROOM Plus - Awesome plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | SYNCROOM Plus - Awesome plugin |
ID | gpgdkbjhojmcmkpldiopicipgolddmfg |
公式URL | https://chromewebstore.google.com/detail/syncroom-plus-awesome-plu/gpgdkbjhojmcmkpldiopicipgolddmfg |
説明 | Extend the functionality of SYNCROOM website. |
ファイルサイズ | 245 KB |
インストール数 | 2,768 |
現在のバージョン | 2.3.2 |
最終更新日 | 2023-06-21 |
公開日 | 2020-08-19 |
評価 | 4.50/5 合計 12 レビュー |
開発者 | https://koeda.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://koeda.me/syncroomplus |
プライバシーポリシーページのURL | https://github.com/koedame/webextension-syncroom-plus/blob/develop/PRIVACY.md |
対応言語 | 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:\/\/*\/*" ] } |