RPG SoundBoard
Role playing games (and more) sounds and ambiences.
Was ist RPG SoundBoard?
RPG SoundBoard ist eine Chrome-Erweiterung, die von https://www.emperorappmaker.com entwickelt wurde, und ihr Hauptmerkmal ist "Role playing games (and more) sounds and ambiences.".
Erweiterungsscreenshots
RPG SoundBoard-Erweiterungs-CRX-Datei herunterladen
Laden Sie RPG SoundBoard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple, versatile but powerful, role playing games (or whatever use you like ;)) sound board with game session sharing capability. Create a sound ambience for your game and let your remote players hear that, neat isn't it? In version 1.0.4: - Added color schemes for improved readability. - Added brand new medieval and fantasy sounds. - Improved layout on smaller screens.
Grundlegende Informationen zur Erweiterung
Name | RPG SoundBoard |
ID | icjfkanckkpjfmdpojfkcbmlinfamcdj |
Offizielle URL | https://chromewebstore.google.com/detail/rpg-soundboard/icjfkanckkpjfmdpojfkcbmlinfamcdj |
Beschreibung | Role playing games (and more) sounds and ambiences. |
Dateigröße | 87.25 MB |
Installationsanzahl | 4,000 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2021-04-20 |
Veröffentlichungsdatum | 2021-03-16 |
Bewertung | 3.60/5 Insgesamt 5 Bewertungen |
Entwickler | https://www.emperorappmaker.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.emperorappmaker.com/rpgsoundboard.html |
Hilfeseite URL | https://www.emperorappmaker.com/rpgsoundboardhelp.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RPG SoundBoard", "version": "1.0.4", "manifest_version": 3, "description": "Role playing games (and more) sounds and ambiences.", "icons": { "512": "logo512.png", "256": "logo256.png", "192": "logo192.png", "128": "logo128.png", "48": "logo48.png", "32": "logo32.png", "16": "logo16.png" }, "action": { "default_title": "Open RPG SoundBoard" }, "background": { "service_worker": "background.js" } } |