SYNCROOM-utility
SYNCROOMのプレイヤーズサイトを便利にします!
What is SYNCROOM-utility?
SYNCROOM-utility is a Chrome extension developed by takahyon, and its main feature is "SYNCROOMのプレイヤーズサイトを便利にします!".
Extension Screenshots
Download SYNCROOM-utility Extension CRX File
Download SYNCROOM-utility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
SYNCROOM上で鍵付きのお部屋を非表示にします! You can see all password-less room in SYNCROOM 200ダウンロードありがとうございます!! YAMAHA社のNettoduettoはサービスが終了し,SYNCROOMに進化しました! https://syncroom.yamaha.com/play/ [Ver5.0 メジャーアップデート] リリースノート v5.0.0 鍵ルーム非表示の機能が SYNCROOM ウェブサイト上に統合されました。 見た目はオリジナルと同じですが、前回の設定値が保存されます。 満員になっている部屋を非表示にする機能が復活しました。 「満員」ボタンをクリックすることで表示・非表示を切り替えられます。また、この設定値は保存されます。 レガシースタイル表示機能が追加されました。 「レガシースタイル」ボタンをクリックすることで NETDUETTO 風のリスト表示に切り替わります。また、この設定値は保存されます。 公式ツイート表示切り替え機能が追加されました。 「公式ツイート」ボタンをクリックすることで公式ツイートの表示・非表示を切り替えられます。また、この設定値は保存されます。
Extension Basic Information
Name | SYNCROOM-utility |
ID | kidafnplboigcfammdmmbabmjfdgeimh |
Official URL | https://chromewebstore.google.com/detail/syncroom-utility/kidafnplboigcfammdmmbabmjfdgeimh |
Description | SYNCROOMのプレイヤーズサイトを便利にします! |
File Size | 51.58 KB |
Installation Count | 361 |
Current Version | 5.0.0 |
Last Updated | 2020-08-11 |
Publish Date | 2020-04-27 |
Rating | 4.20/5 Total 5 Ratings |
Developer | takahyon |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SYNCROOM-utility", "description": "SYNCROOM\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u30ba\u30b5\u30a4\u30c8\u3092\u4fbf\u5229\u306b\u3057\u307e\u3059\uff01", "version": "5.0.0", "icons": { "16": "icon_16.png" }, "background": { "scripts": [ "js\/jquery.js" ], "css": [ "css\/popup.css" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "default_title": "syncroom-utility", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/syncroom.yamaha.com\/play\/*" ], "run_at": "document_idle", "css": [ "css\/popup.css", "css\/website.css" ], "js": [ "js\/jquery.js", "js\/popup.js" ] } ], "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com http:\/\/twitter.com\/ http:\/\/syndication.twitter.com\/ ; object-src http:\/\/twitter.com\/ http:\/\/syndication.twitter.com\/ 'self'" } |