Sound Effects Board

Personal Sound FX board for chrome

Hvad er Sound Effects Board?

Sound Effects Board er en Chrome-udvidelse udviklet af [email protected], og dens hovedfunktion er "Personal Sound FX board for chrome".

Udvidelsesskærmbilleder

screenshot

Download Sound Effects Board-udvidelses-CRX-fil

Download Sound Effects Board-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Sound Effects Board Sound Effects Board
ID aelmbjhinggcjiphkgkbnpoknjncmapd
Officiel URL https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd
Beskrivelse Personal Sound FX board for chrome
Filstørrelse 1.51 MB
Antal Installationer 8,000
Nuværende Version 3.4.2
Senest Opdateret 2017-03-07
Udgivelsesdato 2017-03-07
Bedømmelse 3.05/5 Samlet 43 Bedømmelser
Udvikler [email protected]
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://dshahin.github.io/sound-fx-board/
Hjælpeside-URL https://github.com/dshahin/sound-fx-board/issues
Understøttede Sprog 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
    }
}