Sound Effects Board
Personal Sound FX board for chrome
Sound Effects Board क्या है?
Sound Effects Board [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Personal Sound FX board for chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sound Effects Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aelmbjhinggcjiphkgkbnpoknjncmapd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd |
विवरण | Personal Sound FX board for chrome |
फ़ाइल का आकार | 1.51 MB |
स्थापना संख्या | 8,000 |
वर्तमान संस्करण | 3.4.2 |
अंतिम अपडेट | 2017-03-07 |
प्रकाशन तिथि | 2017-03-07 |
रेटिंग | 3.05/5 कुल 43 रेटिंग्स |
डेवलपर | [email protected] |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://dshahin.github.io/sound-fx-board/ |
सहायता पृष्ठ URL | https://github.com/dshahin/sound-fx-board/issues |
समर्थित भाषाएँ | 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 } } |