Sound Effects Board
Personal Sound FX board for chrome
Apa itu Sound Effects Board?
Sound Effects Board adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Personal Sound FX board for chrome".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sound Effects Board
Unduh file ekstensi Sound Effects Board dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | aelmbjhinggcjiphkgkbnpoknjncmapd |
URL Resmi | https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd |
Deskripsi | Personal Sound FX board for chrome |
Ukuran File | 1.51 MB |
Jumlah Instalasi | 8,000 |
Versi Saat Ini | 3.4.2 |
Terakhir Diperbarui | 2017-03-07 |
Tanggal Publikasi | 2017-03-07 |
Penilaian | 3.05/5 Total 43 Penilaian |
Pengembang | [email protected] |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://dshahin.github.io/sound-fx-board/ |
URL Halaman Bantuan | https://github.com/dshahin/sound-fx-board/issues |
Bahasa yang Didukung | 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 } } |