Meme Soundboard
Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com
Wat is Meme Soundboard?
Meme Soundboard is een Chrome-extensie ontwikkeld door https://www.memesoundboard.com, en de belangrijkste functie is "Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Meme Soundboard
Download Meme Soundboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | gncmnedemogangodiljmfmlbndnchlnm |
| Officiële URL | https://chromewebstore.google.com/detail/meme-soundboard/gncmnedemogangodiljmfmlbndnchlnm |
| Beschrijving | Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com |
| Bestandsgrootte | 618 MB |
| Aantal Installaties | 53,920 |
| Huidige Versie | 3.0.18 |
| Laatst Bijgewerkt | 2021-02-09 |
| Publicatiedatum | 2021-02-08 |
| Beoordeling | 4.61/5 Totaal 277 Beoordelingen |
| Ontwikkelaar | https://www.memesoundboard.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.memesoundboard.com |
| Ondersteunde Talen | 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"
}
} | |