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
官方網址 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"
            ]
        }
    ]
}