Sound Effects Board
Personal Sound FX board for chrome
What is Sound Effects Board?
Sound Effects Board is a Chrome extension developed by [email protected], and its main feature is "Personal Sound FX board for chrome".
Extension Screenshots
Download Sound Effects Board Extension CRX File
Download Sound Effects Board 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
This item contains content that may not be suitable for all ages. Sound effects are at your fingertips. Whether providing cover with a fake doorbell or spicing things up with some salty quotes, this plugin is sure to add interest to your next conference call. Any sounds that may contain profanity or objectionable language have been hidden from main view. User must now enable this in the options. This is based on feedback from the user base.
Extension Basic Information
Name | |
ID | aelmbjhinggcjiphkgkbnpoknjncmapd |
Official URL | https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd |
Description | Personal Sound FX board for chrome |
File Size | 1.51 MB |
Installation Count | 8,000 |
Current Version | 3.4.2 |
Last Updated | 2017-03-07 |
Publish Date | 2017-03-07 |
Rating | 3.05/5 Total 43 Ratings |
Developer | [email protected] |
[email protected] | |
Payment Type | free |
Extension Website | http://dshahin.github.io/sound-fx-board/ |
Help Page URL | https://github.com/dshahin/sound-fx-board/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sound Effects Board", "version": "3.4.2", "manifest_version": 2, "description": "Personal Sound FX board for chrome", "browser_action": { "default_icon": "\/img\/Speaker-icon-19.png", "default_popup": "\/html\/popup.html", "default_title": "SFX" }, "icons": { "128": "\/img\/Speaker-icon-128.png" }, "permissions": [ "notifications", "storage", "unlimitedStorage", "tts" ], "web_accessible_resources": [ "\/img\/icon.png" ], "options_ui": { "page": "\/html\/options.html", "chrome_style": true, "open_in_tab": false } } |