RPG SoundBoard
Role playing games (and more) sounds and ambiences.
Cos'è RPG SoundBoard?
RPG SoundBoard è un'estensione di Chrome sviluppata da https://www.emperorappmaker.com, e la sua funzione principale è "Role playing games (and more) sounds and ambiences.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RPG SoundBoard
Scarica i file di estensione RPG SoundBoard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | icjfkanckkpjfmdpojfkcbmlinfamcdj |
| URL Ufficiale | https://chromewebstore.google.com/detail/rpg-soundboard/icjfkanckkpjfmdpojfkcbmlinfamcdj |
| Descrizione | Role playing games (and more) sounds and ambiences. |
| Dimensione del File | 87.25 MB |
| Conteggio Installazioni | 4,000 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2021-04-20 |
| Data di Pubblicazione | 2021-03-16 |
| Valutazione | 3.60/5 Totale 5 Valutazioni |
| Sviluppatore | https://www.emperorappmaker.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.emperorappmaker.com/rpgsoundboard.html |
| URL della Pagina di Aiuto | https://www.emperorappmaker.com/rpgsoundboardhelp.html |
| Lingue Supportate | 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"
}
} | |