Soundboardly

A Chrome extension for searching and playing sounds

什么是Soundboardly?

Soundboardly是由https://www.soundboardly.com开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension for searching and playing sounds”。

扩展截图

screenshot

下载Soundboardly扩展crx文件

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

扩展使用说明

                        Enhance your online sound experience with SoundBoardly Chrome Extension! This powerful extension allows you to save your favorite sounds from any website and play them back at your convenience, all from within your browser. With SoundBoardly, you'll never miss a chance to enjoy your cherished audio clips again!

Key Features:

Save and Organize Sounds: With SoundBoardly, you can effortlessly save your favorite sounds from any website with just a single click. Whether it's a funny quote, a memorable music piece, or a unique sound effect, you can easily collect and organize them all within the extension.

Play Sounds Anywhere: Once you've saved your favorite sounds, you can access them from anywhere within your browser using the Soundboardly Chrome Extension. No matter which website you're browsing, simply click on the extension icon, select your desired sound, and enjoy the audio playback instantly.                    

扩展基本信息

名称 Soundboardly Soundboardly
ID ianghlccdlifdaemoiobjgmgnpdhhlmi
官方URL https://chromewebstore.google.com/detail/soundboardly/ianghlccdlifdaemoiobjgmgnpdhhlmi
简介 A Chrome extension for searching and playing sounds
文件大小 26.79 KB
安装次数 491
当前版本 1.2
更新时间 2023-07-24
上架时间 2023-05-11
评分 5.00/5 共1次评分
开发者 https://www.soundboardly.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.soundboardly.com
帮助页面URL https://www.soundboardly.com/privacy-policy
隐私政策页面URL https://www.soundboardly.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Soundboardly",
    "version": "1.2",
    "description": "A Chrome extension for searching and playing sounds",
    "homepage_url": "http:\/\/www.soundboardly.com",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.soundboardly.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}