SamuMoa
マシュマロ配信をちょっと手軽にするツール
What is SamuMoa?
SamuMoa is a Chrome extension developed by Kahlua, and its main feature is "マシュマロ配信をちょっと手軽にするツール".
Extension Screenshots
Download SamuMoa Extension CRX File
Download SamuMoa 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
OBS上で表示する個別のマシュマロをブラウザから操作できる拡張機能です。
Extension Basic Information
Name | SamuMoa |
ID | oekfmjfacbibcedlbcnfpgjnblamombp |
Official URL | https://chromewebstore.google.com/detail/samumoa/oekfmjfacbibcedlbcnfpgjnblamombp |
Description | マシュマロ配信をちょっと手軽にするツール |
File Size | 53.26 KB |
Installation Count | 906 |
Current Version | 0.2.0 |
Last Updated | 2023-01-15 |
Publish Date | 2022-10-30 |
Developer | Kahlua |
[email protected] | |
Payment Type | free |
Extension Website | https://nekosogi.org/samuMoa |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SamuMoa", "version": "0.2.0", "manifest_version": 3, "description": "\u30de\u30b7\u30e5\u30de\u30ed\u914d\u4fe1\u3092\u3061\u3087\u3063\u3068\u624b\u8efd\u306b\u3059\u308b\u30c4\u30fc\u30eb", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/marshmallow-qa.com\/messages" ], "js": [ "peerjs.min.js", "script.js" ], "css": [ "style.css" ], "run_at": "document_end" } ] } |