Sound Effects Board

Personal Sound FX board for chrome

Wat is Sound Effects Board?

Sound Effects Board is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Personal Sound FX board for chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sound Effects Board

Download Sound Effects Board-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

                        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.                    

Basisinformatie over de Extensie

Naam Sound Effects Board Sound Effects Board
ID aelmbjhinggcjiphkgkbnpoknjncmapd
Officiële URL https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd
Beschrijving Personal Sound FX board for chrome
Bestandsgrootte 1.51 MB
Aantal Installaties 8,000
Huidige Versie 3.4.2
Laatst Bijgewerkt 2017-03-07
Publicatiedatum 2017-03-07
Beoordeling 3.05/5 Totaal 43 Beoordelingen
Ontwikkelaar [email protected]
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://dshahin.github.io/sound-fx-board/
Help Pagina-URL https://github.com/dshahin/sound-fx-board/issues
Ondersteunde Talen 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
    }
}