Meme Soundboard
Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com
What is Meme Soundboard?
Meme Soundboard is a Chrome extension developed by https://www.memesoundboard.com, and its main feature is "Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com".
Extension Screenshots
Download Meme Soundboard Extension CRX File
Download Meme Soundboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Meme Soundboard |
ID | gncmnedemogangodiljmfmlbndnchlnm |
Official URL | https://chromewebstore.google.com/detail/meme-soundboard/gncmnedemogangodiljmfmlbndnchlnm |
Description | Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com |
File Size | 618 MB |
Installation Count | 53,920 |
Current Version | 3.0.18 |
Last Updated | 2021-02-09 |
Publish Date | 2021-02-08 |
Rating | 4.61/5 Total 277 Ratings |
Developer | https://www.memesoundboard.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.memesoundboard.com |
Supported Languages | 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" } } |