SoundBoardGuy
Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
Cos'è SoundBoardGuy?
SoundBoardGuy è un'estensione di Chrome sviluppata da https://www.soundboardguy.com, e la sua funzione principale è "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SoundBoardGuy
Scarica i file di estensione SoundBoardGuy 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
Play meme and sound effect buttons.
Informazioni di Base sull'Estensione
Nome | |
ID | fmjjfelmaapgbkjkkgfbhojchhonompc |
URL Ufficiale | https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc |
Descrizione | Play meme, effect sound buttons from the largest library of high quality sound in the world wide web. |
Dimensione del File | 187 KB |
Conteggio Installazioni | 408 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-06-03 |
Data di Pubblicazione | 2021-06-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.soundboardguy.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.soundboardguy.com/ |
URL della Pagina di Aiuto | https://www.soundboardguy.com/about/ |
URL della Pagina della Politica sulla Privacy | https://www.soundboardguy.com/privacy-policy |
Lingue Supportate | 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\/" ] } |