SoundBoardGuy

Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.

Что такое SoundBoardGuy?

SoundBoardGuy - это расширение Chrome, разработанное https://www.soundboardguy.com, и его основная функция - "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SoundBoardGuy

Скачайте файлы расширений SoundBoardGuy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Play meme and sound effect buttons.                    

Основная информация о расширении

Название SoundBoardGuy SoundBoardGuy
ID fmjjfelmaapgbkjkkgfbhojchhonompc
Официальный URL https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc
Описание Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
Размер файла 187 KB
Количество установок 408
Текущая Версия 1.0
Последнее Обновление 2021-06-03
Дата публикации 2021-06-03
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.soundboardguy.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.soundboardguy.com/
URL страницы помощи https://www.soundboardguy.com/about/
URL страницы политики конфиденциальности https://www.soundboardguy.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/soundboardguy.com https:\/\/*.soundboardguy.com; object-src 'self'",
    "name": "SoundBoardGuy",
    "version": "1.0",
    "description": "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "permissions": [
        "https:\/\/soundboardguy.com\/wp-json\/6c0a2e8182\/v1\/sounds\/"
    ]
}