UI Sounds

Play sounds for important events in the browser, such as a page loading or a new tab being created.

What is UI Sounds?

UI Sounds is a Chrome extension developed by LordLuceus, and its main feature is "Play sounds for important events in the browser, such as a page loading or a new tab being created.".

Extension Screenshots

screenshot
screenshot

Download UI Sounds Extension CRX File

Download UI Sounds 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

                        If you'd like the browser to audibly notify you when things happen, then this extension is for you.
Includes options to enable or disable individual sounds and change individual sound volume.

Special thanks to Andre Louis, who created the sounds for this project. https://youtube.com/TheOnjLouis/

If you like this extension and want to support its continued development, then please consider making a small donation: https://paypal.me/luceusproductions                    

Extension Basic Information

Name UI Sounds UI Sounds
ID oclhbcpaaaooemlnhjblilmchdnnjcao
Official URL https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao
Description Play sounds for important events in the browser, such as a page loading or a new tab being created.
File Size 711 KB
Installation Count 291
Current Version 1.1.0
Last Updated 2020-11-28
Publish Date 2020-11-04
Rating 4.25/5 Total 4 Ratings
Developer LordLuceus
Email [email protected]
Payment Type free
Extension Website https://github.com/LordLuceus/chrome-ui-sounds/
Help Page URL https://github.com/LordLuceus/chrome-ui-sounds/issues/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UI Sounds",
    "version": "1.1.0",
    "description": "Play sounds for important events in the browser, such as a page loading or a new tab being created.",
    "author": "LordLuceus",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}