SYNCROOM Plus - Awesome plugin
Extend the functionality of SYNCROOM website.
SYNCROOM Plus - Awesome plugin क्या है?
SYNCROOM Plus - Awesome plugin https://koeda.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extend the functionality of SYNCROOM website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SYNCROOM Plus - Awesome plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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:\/\/*\/*" ] } |