Sound Effects Board

Personal Sound FX board for chrome

¿Qué es Sound Effects Board?

Sound Effects Board es una extensión de Chrome desarrollada por [email protected], y su función principal es "Personal Sound FX board for chrome".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sound Effects Board

Descarga archivos de extensión Sound Effects Board en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This item contains content that may not be suitable for all ages.

Sound effects are at your fingertips.  Whether providing cover with a fake doorbell or spicing things up with some salty quotes, this plugin is sure to add interest to your next conference call.  

Any sounds that may contain profanity or objectionable language have been hidden from main view.  User must now enable this in the options.  This is based on feedback from the user base.                    

Información Básica de la Extensión

Nombre Sound Effects Board Sound Effects Board
ID aelmbjhinggcjiphkgkbnpoknjncmapd
URL Oficial https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd
Descripción Personal Sound FX board for chrome
Tamaño del Archivo 1.51 MB
Cantidad de Instalaciones 8,000
Versión Actual 3.4.2
Última Actualización 2017-03-07
Fecha de Publicación 2017-03-07
Calificación 3.05/5 Total de 43 Calificaciones
Desarrollador [email protected]
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://dshahin.github.io/sound-fx-board/
URL de la Página de Ayuda https://github.com/dshahin/sound-fx-board/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Effects Board",
    "version": "3.4.2",
    "manifest_version": 2,
    "description": "Personal Sound FX board for chrome",
    "browser_action": {
        "default_icon": "\/img\/Speaker-icon-19.png",
        "default_popup": "\/html\/popup.html",
        "default_title": "SFX"
    },
    "icons": {
        "128": "\/img\/Speaker-icon-128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "unlimitedStorage",
        "tts"
    ],
    "web_accessible_resources": [
        "\/img\/icon.png"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    }
}