RPG SoundBoard
Role playing games (and more) sounds and ambiences.
What is RPG SoundBoard?
RPG SoundBoard is a Chrome extension developed by https://www.emperorappmaker.com, and its main feature is "Role playing games (and more) sounds and ambiences.".
Extension Screenshots
Download RPG SoundBoard Extension CRX File
Download RPG SoundBoard 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
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.
Extension Basic Information
Name | RPG SoundBoard |
ID | icjfkanckkpjfmdpojfkcbmlinfamcdj |
Official URL | https://chromewebstore.google.com/detail/rpg-soundboard/icjfkanckkpjfmdpojfkcbmlinfamcdj |
Description | Role playing games (and more) sounds and ambiences. |
File Size | 87.25 MB |
Installation Count | 4,000 |
Current Version | 1.0.4 |
Last Updated | 2021-04-20 |
Publish Date | 2021-03-16 |
Rating | 3.60/5 Total 5 Ratings |
Developer | https://www.emperorappmaker.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.emperorappmaker.com/rpgsoundboard.html |
Help Page URL | https://www.emperorappmaker.com/rpgsoundboardhelp.html |
Supported Languages | 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" } } |