Sound Effects Board

Personal Sound FX board for chrome

Cos'è Sound Effects Board?

Sound Effects Board è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Personal Sound FX board for chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sound Effects Board

Scarica i file di estensione Sound Effects Board in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sound Effects Board Sound Effects Board
ID aelmbjhinggcjiphkgkbnpoknjncmapd
URL Ufficiale https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd
Descrizione Personal Sound FX board for chrome
Dimensione del File 1.51 MB
Conteggio Installazioni 8,000
Versione Corrente 3.4.2
Ultimo Aggiornamento 2017-03-07
Data di Pubblicazione 2017-03-07
Valutazione 3.05/5 Totale 43 Valutazioni
Sviluppatore [email protected]
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://dshahin.github.io/sound-fx-board/
URL della Pagina di Aiuto https://github.com/dshahin/sound-fx-board/issues
Lingue Supportate 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
    }
}