Soundboard Synth

Discover and manipulate sounds on websites and play them back easily by pressing keys on your keyboard.

Soundboard Synth क्या है?

Soundboard Synth http://soundboardsynth.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover and manipulate sounds on websites and play them back easily by pressing keys on your keyboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Soundboard Synth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sounboard Synth improves your online soundboard experience by doing away with the old-fashioned-one-at-a-time mouse clicking and providing you with keyboard key smashing fun times. 

Here's a few key features (with more on the way):
- Discover new sounds just by visiting websites
- Check for new audio files as you play sounds on a website
- Map your keyboard keys to found sounds
- Control playback speed of each sound or lock playback speed globally
- Adjust the start time for each sound mapped
- Play a sound multiple times without restart, or force retrigger on a mapped sound
- View all of your soundboards on a single page
- Download your sounds
- Export your soundboards and key maps to share or backup
- Import soundboards                    

एक्सटेंशन की मूल जानकारी

नाम Soundboard Synth Soundboard Synth
ID dnhllkfmkhmppnpmfpkhaciekhgfdana
आधिकारिक URL https://chrome.google.com/webstore/detail/soundboard-synth/dnhllkfmkhmppnpmfpkhaciekhgfdana
विवरण Discover and manipulate sounds on websites and play them back easily by pressing keys on your keyboard.
फ़ाइल का आकार 5.95 MB
स्थापना संख्या 592
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-04-01
प्रकाशन तिथि 2020-03-29
रेटिंग 3.00/5 कुल 5 रेटिंग्स
डेवलपर http://soundboardsynth.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mariogiancini.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soundboard Synth",
    "version": "1.0.1",
    "description": "Discover and manipulate sounds on websites and play them back easily by pressing keys on your keyboard.",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "notifications"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "switcher.js",
                "soundboard.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Soundboard",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}