Sound Effects Board
Personal Sound FX board for chrome
Qu'est-ce que Sound Effects Board ?
Sound Effects Board est une extension Chrome développée par [email protected], et sa fonction principale est "Personal Sound FX board for chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sound Effects Board
Téléchargez les fichiers d'extension Sound Effects Board au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aelmbjhinggcjiphkgkbnpoknjncmapd |
URL Officiel | https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd |
Description | Personal Sound FX board for chrome |
Taille du Fichier | 1.51 MB |
Nombre d'Installations | 8,000 |
Version Actuelle | 3.4.2 |
Dernière Mise à Jour | 2017-03-07 |
Date de Publication | 2017-03-07 |
Évaluation | 3.05/5 Total 43 Évaluations |
Développeur | [email protected] |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://dshahin.github.io/sound-fx-board/ |
URL de la Page d'Aide | https://github.com/dshahin/sound-fx-board/issues |
Langues Prises en Charge | 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 } } |