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
Eメール [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"
            ]
        }
    ]
}