Sound Effects Board

Personal Sound FX board for chrome

ما هو Sound Effects Board؟

Sound Effects Board هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Personal Sound FX board for chrome".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sound Effects Board

قم بتنزيل ملفات الامتداد Sound Effects Board بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Sound Effects Board Sound Effects Board
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/
عنوان صفحة المساعدة 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
    }
}