SoundBoardGuy
Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
What is SoundBoardGuy?
SoundBoardGuy is a Chrome extension developed by https://www.soundboardguy.com, and its main feature is "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.".
Extension Screenshots
Download SoundBoardGuy Extension CRX File
Download SoundBoardGuy 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
Play meme and sound effect buttons.
Extension Basic Information
Name | |
ID | fmjjfelmaapgbkjkkgfbhojchhonompc |
Official URL | https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc |
Description | Play meme, effect sound buttons from the largest library of high quality sound in the world wide web. |
File Size | 187 KB |
Installation Count | 408 |
Current Version | 1.0 |
Last Updated | 2021-06-03 |
Publish Date | 2021-06-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.soundboardguy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.soundboardguy.com/ |
Help Page URL | https://www.soundboardguy.com/about/ |
Privacy Policy Page URL | https://www.soundboardguy.com/privacy-policy |
Supported Languages | 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\/" ] } |