SoundBoardGuy
Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
Apa itu SoundBoardGuy?
SoundBoardGuy adalah ekstensi Chrome yang dikembangkan oleh https://www.soundboardguy.com, dan fitur utamanya adalah "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SoundBoardGuy
Unduh file ekstensi SoundBoardGuy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Play meme and sound effect buttons.
Informasi Dasar Ekstensi
Nama | |
ID | fmjjfelmaapgbkjkkgfbhojchhonompc |
URL Resmi | https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc |
Deskripsi | Play meme, effect sound buttons from the largest library of high quality sound in the world wide web. |
Ukuran File | 187 KB |
Jumlah Instalasi | 408 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-06-03 |
Tanggal Publikasi | 2021-06-03 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.soundboardguy.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.soundboardguy.com/ |
URL Halaman Bantuan | https://www.soundboardguy.com/about/ |
URL Halaman Kebijakan Privasi | https://www.soundboardguy.com/privacy-policy |
Bahasa yang Didukung | 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\/" ] } |