イカデンワ+
イカデンワにチャット機能とチーム選択機能を追加します
What is イカデンワ+?
イカデンワ+ is a Chrome extension developed by mooooogle, and its main feature is "イカデンワにチャット機能とチーム選択機能を追加します".
Extension Screenshots
Download イカデンワ+ Extension CRX File
Download イカデンワ+ 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
イカデンワ (https://ikadenwa.ink/) にチーム選択機能とチャット機能を追加する拡張です。 インストールすると、イカデンワの部屋入場時にチャットウィンドウとチーム選択ボタンが追加されます。 AlphaまたはBravoボタンで所属チームを変更し、敵メンバはミュート、味方メンバはアンミュートします 試合終了後は、中央のマイクボタンで接続されている全員と相互にアンミュートが行えます 本ツールの使用は自己責任の上でお願いいたします。 Version: 1.1 チーム選択が正常に切り替わらない問題を修正しました @mooooogle
Extension Basic Information
Name | |
ID | fdmaccidloacpofnbicdnlnhinmhjlnk |
Official URL | https://chrome.google.com/webstore/detail/%E3%82%A4%E3%82%AB%E3%83%87%E3%83%B3%E3%83%AF+/fdmaccidloacpofnbicdnlnhinmhjlnk |
Description | イカデンワにチャット機能とチーム選択機能を追加します |
File Size | 74.37 KB |
Installation Count | 31 |
Current Version | 1.1 |
Last Updated | 2015-10-23 |
Publish Date | 2015-10-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mooooogle |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30a4\u30ab\u30c7\u30f3\u30ef+", "manifest_version": 2, "version": "1.1", "description": "\u30a4\u30ab\u30c7\u30f3\u30ef\u306b\u30c1\u30e3\u30c3\u30c8\u6a5f\u80fd\u3068\u30c1\u30fc\u30e0\u9078\u629e\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u307e\u3059", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/ikadenwa.ink\/*" ], "js": [ "extend.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "https:\/\/ikadenwa.ink\/*" ] } |