SoundBoardGuy

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

什么是SoundBoardGuy?

SoundBoardGuy是由https://www.soundboardguy.com开发的Chrome扩展程序,该扩展的主要功能是“Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.”。

扩展截图

screenshot

下载SoundBoardGuy扩展crx文件

下载SoundBoardGuy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Play meme and sound effect buttons.                    

扩展基本信息

名称 SoundBoardGuy SoundBoardGuy
ID fmjjfelmaapgbkjkkgfbhojchhonompc
官方URL https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc
简介 Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
文件大小 187 KB
安装次数 408
当前版本 1.0
更新时间 2021-06-03
上架时间 2021-06-03
评分 5.00/5 共1次评分
开发者 https://www.soundboardguy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.soundboardguy.com/
帮助页面URL https://www.soundboardguy.com/about/
隐私政策页面URL https://www.soundboardguy.com/privacy-policy
支持的语言 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\/"
    ]
}