Sounds Plus

Add sound effects to Google Chrome with Sounds Plus!

What is Sounds Plus?

Sounds Plus is a Chrome extension developed by Martin Nester, and its main feature is "Add sound effects to Google Chrome with Sounds Plus!".

Extension Screenshots

screenshot
screenshot

Download Sounds Plus Extension CRX File

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

                        Web browsing can be so quiet and boring. Have some fun with sound effects. With Sounds Plus you can add sound effects the many events, such as creating a new tab, or pasting text. This extension will change your web browsing experience.                    

Extension Basic Information

Name Sounds Plus Sounds Plus
ID hplkfmjhkdpbiekddokeabgcbpoffoee
Official URL https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee
Description Add sound effects to Google Chrome with Sounds Plus!
File Size 4.01 MB
Installation Count 479
Current Version 1.0
Last Updated 2021-01-28
Publish Date 2021-01-28
Rating 4.17/5 Total 6 Ratings
Developer Martin Nester
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sounds Plus",
    "version": "1.0",
    "description": "Add sound effects to Google Chrome with Sounds Plus!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Martin",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "sounds\/*"
    ]
}