Chrome Sounds

Enjoy a more magical and immersive experience when browsing the web using the power of sound.

What is Chrome Sounds?

Chrome Sounds is a Chrome extension developed by https://domainerelite.com, and its main feature is "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".

Download Chrome Sounds Extension CRX File

Download Chrome 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

                                            

Extension Basic Information

Name Chrome Sounds Chrome Sounds
ID aadagjoijpbjdaekhhfjnlagpjdelhbg
Official URL https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg
Description Enjoy a more magical and immersive experience when browsing the web using the power of sound.
File Size 30.47 KB
Installation Count 36
Current Version 1.2
Last Updated 2017-03-31
Publish Date 2017-03-30
Developer https://domainerelite.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Sounds",
    "version": "1.2",
    "description": "Enjoy a more magical and immersive experience when browsing the web using the power of sound.",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}