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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}