SoundBoardGuy

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

Co to jest SoundBoardGuy?

SoundBoardGuy to rozszerzenie Chrome opracowane przez https://www.soundboardguy.com, a jego główną funkcją jest „Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SoundBoardGuy

Pobierz pliki rozszerzeń SoundBoardGuy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Play meme and sound effect buttons.                    

Podstawowe informacje o rozszerzeniu

Nazwa SoundBoardGuy SoundBoardGuy
ID fmjjfelmaapgbkjkkgfbhojchhonompc
Oficjalny URL https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc
Opis Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
Rozmiar pliku 187 KB
Liczba instalacji 408
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-06-03
Data Publikacji 2021-06-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.soundboardguy.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.soundboardguy.com/
Adres URL Strony Pomocy https://www.soundboardguy.com/about/
Adres URL Strony Polityki Prywatności https://www.soundboardguy.com/privacy-policy
Obsługiwane Języki 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\/"
    ]
}