SoundBoardGuy

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

Was ist SoundBoardGuy?

SoundBoardGuy ist eine Chrome-Erweiterung, die von https://www.soundboardguy.com entwickelt wurde, und ihr Hauptmerkmal ist "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.".

Erweiterungsscreenshots

screenshot

SoundBoardGuy-Erweiterungs-CRX-Datei herunterladen

Laden Sie SoundBoardGuy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Play meme and sound effect buttons.                    

Grundlegende Informationen zur Erweiterung

Name SoundBoardGuy SoundBoardGuy
ID fmjjfelmaapgbkjkkgfbhojchhonompc
Offizielle URL https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc
Beschreibung Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
Dateigröße 187 KB
Installationsanzahl 408
Aktuelle Version 1.0
Letztes Update 2021-06-03
Veröffentlichungsdatum 2021-06-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.soundboardguy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.soundboardguy.com/
Hilfeseite URL https://www.soundboardguy.com/about/
URL der Datenschutzrichtlinien-Seite https://www.soundboardguy.com/privacy-policy
Unterstützte Sprachen 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\/"
    ]
}