SoundBoardGuy

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

Vad är SoundBoardGuy?

SoundBoardGuy är en Chrome-tillägg utvecklad av https://www.soundboardguy.com, och dess huvudfunktion är "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.".

Tilläggsskärmbilder

screenshot

Ladda ner SoundBoardGuy-förlängningens CRX-fil

Ladda ner SoundBoardGuy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Play meme and sound effect buttons.                    

Grundläggande Information om Tillägg

Namn SoundBoardGuy SoundBoardGuy
ID fmjjfelmaapgbkjkkgfbhojchhonompc
Officiell webbadress https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc
Beskrivning Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
Filstorlek 187 KB
Antal Installationer 408
Aktuell Version 1.0
Senast Uppdaterad 2021-06-03
Publiceringsdatum 2021-06-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.soundboardguy.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.soundboardguy.com/
Hjälpsida URL https://www.soundboardguy.com/about/
URL till Sekretesspolicy Sidan https://www.soundboardguy.com/privacy-policy
Stödda Språk 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\/"
    ]
}