Play A Sound
This extension will play a sound so you can check if your audio works!
What is Play A Sound?
Play A Sound is a Chrome extension developed by Virej Dasani, and its main feature is "This extension will play a sound so you can check if your audio works!".
Extension Screenshots
Download Play A Sound Extension CRX File
Download Play A Sound extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will play a sound so you can check if your audio works! Simply press the 'Play Sound' button to play a sound
Extension Basic Information
Name | Play A Sound |
ID | lophbbmejgjiindjndmnanmepnnokldm |
Official URL | https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm |
Description | This extension will play a sound so you can check if your audio works! |
File Size | 100 KB |
Installation Count | 478 |
Current Version | 1.0 |
Last Updated | 2021-03-01 |
Publish Date | 2021-02-28 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Virej Dasani |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play A Sound", "description": "This extension will play a sound so you can check if your audio works!", "version": "1.0", "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "MacCtrl+Shift+A" }, "description": "Opens popup.html" } } } |