Soundboardly

A Chrome extension for searching and playing sounds

Soundboardly là gì?

Soundboardly là một tiện ích mở rộng Chrome được phát triển bởi https://www.soundboardly.com, và tính năng chính của nó là "A Chrome extension for searching and playing sounds".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Soundboardly

Tải xuống các tệp mở rộng Soundboardly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Soundboardly Soundboardly
ID ianghlccdlifdaemoiobjgmgnpdhhlmi
URL Chính Thức https://chromewebstore.google.com/detail/soundboardly/ianghlccdlifdaemoiobjgmgnpdhhlmi
Mô tả A Chrome extension for searching and playing sounds
Kích Thước Tệp 26.79 KB
Số Lần Cài Đặt 491
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-07-24
Ngày Phát Hành 2023-05-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.soundboardly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.soundboardly.com
URL Trang Trợ Giúp https://www.soundboardly.com/privacy-policy
URL Trang Chính Sách Bảo Mật https://www.soundboardly.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}