SoundBoardGuy
Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
O que é SoundBoardGuy?
SoundBoardGuy é uma extensão do Chrome desenvolvida por https://www.soundboardguy.com, e sua principal característica é "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SoundBoardGuy
Baixe arquivos de extensão SoundBoardGuy 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
Play meme and sound effect buttons.
Informações Básicas da Extensão
Nome | |
ID | fmjjfelmaapgbkjkkgfbhojchhonompc |
URL Oficial | https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc |
Descrição | Play meme, effect sound buttons from the largest library of high quality sound in the world wide web. |
Tamanho do Arquivo | 187 KB |
Contagem de Instalações | 408 |
Versão Atual | 1.0 |
Última Atualização | 2021-06-03 |
Data de Publicação | 2021-06-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.soundboardguy.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.soundboardguy.com/ |
URL da Página de Ajuda | https://www.soundboardguy.com/about/ |
URL da Página de Política de Privacidade | https://www.soundboardguy.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/soundboardguy.com https:\/\/*.soundboardguy.com; object-src 'self'", "name": "SoundBoardGuy", "version": "1.0", "description": "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "permissions": [ "https:\/\/soundboardguy.com\/wp-json\/6c0a2e8182\/v1\/sounds\/" ] } |