Meme Soundboard
Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com
Cos'è Meme Soundboard?
Meme Soundboard è un'estensione di Chrome sviluppata da https://www.memesoundboard.com, e la sua funzione principale è "Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meme Soundboard
Scarica i file di estensione Meme 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
Press a button and have 1 of over 700 classic and newer meme sounds to be played at random or by your choice. Check out our website too at https://www.memesoundboard.com/
Extension blocked? Website blocked? Try the mobile friendly website on your smartphone! Informazioni di Base sull'Estensione
| Nome | |
| ID | gncmnedemogangodiljmfmlbndnchlnm |
| URL Ufficiale | https://chromewebstore.google.com/detail/meme-soundboard/gncmnedemogangodiljmfmlbndnchlnm |
| Descrizione | Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com |
| Dimensione del File | 618 MB |
| Conteggio Installazioni | 53,920 |
| Versione Corrente | 3.0.18 |
| Ultimo Aggiornamento | 2021-02-09 |
| Data di Pubblicazione | 2021-02-08 |
| Valutazione | 4.61/5 Totale 277 Valutazioni |
| Sviluppatore | https://www.memesoundboard.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.memesoundboard.com |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Meme Soundboard",
"description": "Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com",
"version": "3.0.18",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Meme Soundboard by memesoundboard.com"
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
"permissions": [
"tts"
],
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |