SamuMoa
マシュマロ配信をちょっと手軽にするツール
Wat is SamuMoa?
SamuMoa is een Chrome-extensie ontwikkeld door Kahlua, en de belangrijkste functie is "マシュマロ配信をちょっと手軽にするツール".
Extensie Screenshots
Download het CRX-bestand van de extensie SamuMoa
Download SamuMoa-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
OBS上で表示する個別のマシュマロをブラウザから操作できる拡張機能です。 Basisinformatie over de Extensie
| Naam | |
| ID | oekfmjfacbibcedlbcnfpgjnblamombp |
| Officiële URL | https://chromewebstore.google.com/detail/samumoa/oekfmjfacbibcedlbcnfpgjnblamombp |
| Beschrijving | マシュマロ配信をちょっと手軽にするツール |
| Bestandsgrootte | 53.26 KB |
| Aantal Installaties | 906 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2023-01-15 |
| Publicatiedatum | 2022-10-30 |
| Ontwikkelaar | Kahlua |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://nekosogi.org/samuMoa |
| Ondersteunde Talen | 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"
}
]
} | |