SoundBoardGuy
Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
Hvad er SoundBoardGuy?
SoundBoardGuy er en Chrome-udvidelse udviklet af https://www.soundboardguy.com, og dens hovedfunktion er "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.".
Udvidelsesskærmbilleder
Download SoundBoardGuy-udvidelses-CRX-fil
Download SoundBoardGuy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Play meme and sound effect buttons.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fmjjfelmaapgbkjkkgfbhojchhonompc |
Officiel URL | https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc |
Beskrivelse | Play meme, effect sound buttons from the largest library of high quality sound in the world wide web. |
Filstørrelse | 187 KB |
Antal Installationer | 408 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-06-03 |
Udgivelsesdato | 2021-06-03 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://www.soundboardguy.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.soundboardguy.com/ |
Hjælpeside-URL | https://www.soundboardguy.com/about/ |
URL til Fortrolighedspolitik Side | https://www.soundboardguy.com/privacy-policy |
Understøttede Sprog | 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\/" ] } |