Sound Effects Board

Personal Sound FX board for chrome

O que é Sound Effects Board?

Sound Effects Board é uma extensão do Chrome desenvolvida por [email protected], e sua principal característica é "Personal Sound FX board for chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sound Effects Board

Baixe arquivos de extensão Sound Effects Board no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Sound Effects Board Sound Effects Board
ID aelmbjhinggcjiphkgkbnpoknjncmapd
URL Oficial https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd
Descrição Personal Sound FX board for chrome
Tamanho do Arquivo 1.51 MB
Contagem de Instalações 8,000
Versão Atual 3.4.2
Última Atualização 2017-03-07
Data de Publicação 2017-03-07
Classificação 3.05/5 Total de 43 Avaliações
Desenvolvedor [email protected]
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://dshahin.github.io/sound-fx-board/
URL da Página de Ajuda https://github.com/dshahin/sound-fx-board/issues
Idiomas Suportados 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
    }
}