Soundboardly

A Chrome extension for searching and playing sounds

What is Soundboardly?

Soundboardly is a Chrome extension developed by https://www.soundboardly.com, and its main feature is "A Chrome extension for searching and playing sounds".

Extension Screenshots

screenshot

Download Soundboardly Extension CRX File

Download Soundboardly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Soundboardly Soundboardly
ID ianghlccdlifdaemoiobjgmgnpdhhlmi
Official URL https://chromewebstore.google.com/detail/soundboardly/ianghlccdlifdaemoiobjgmgnpdhhlmi
Description A Chrome extension for searching and playing sounds
File Size 26.79 KB
Installation Count 491
Current Version 1.2
Last Updated 2023-07-24
Publish Date 2023-05-11
Rating 5.00/5 Total 1 Ratings
Developer https://www.soundboardly.com
Email [email protected]
Payment Type free
Extension Website https://www.soundboardly.com
Help Page URL https://www.soundboardly.com/privacy-policy
Privacy Policy Page URL https://www.soundboardly.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}