Sound Effects Board

Personal Sound FX board for chrome

Was ist Sound Effects Board?

Sound Effects Board ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "Personal Sound FX board for chrome".

Erweiterungsscreenshots

screenshot

Sound Effects Board-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sound Effects Board-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sound Effects Board Sound Effects Board
ID aelmbjhinggcjiphkgkbnpoknjncmapd
Offizielle URL https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd
Beschreibung Personal Sound FX board for chrome
Dateigröße 1.51 MB
Installationsanzahl 8,000
Aktuelle Version 3.4.2
Letztes Update 2017-03-07
Veröffentlichungsdatum 2017-03-07
Bewertung 3.05/5 Insgesamt 43 Bewertungen
Entwickler [email protected]
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://dshahin.github.io/sound-fx-board/
Hilfeseite URL https://github.com/dshahin/sound-fx-board/issues
Unterstützte Sprachen 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
    }
}