Noise

Ambient sounds to wash away distraction

What is Noise?

Noise is a Chrome extension developed by Green Tech Lab, and its main feature is "Ambient sounds to wash away distraction".

Extension Screenshots

screenshot

Download Noise Extension CRX File

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

                        Noise can improve your focus and boost your productivity. Block out annoying noises and create the right environment for working or relaxing.

A lot of natural white noise as follows:
✔ the sound of Rain, Thunder, Wind
✔ the sound of Fire, Waves, Birds, Crickets
✔ the sound of CoffeeShop, Singing Bowl
✔ the sound of TV White Noise                    

Extension Basic Information

Name Noise Noise
ID ljfmpfeiflahbmgpfdhlngnkkfdeakmb
Official URL https://chrome.google.com/webstore/detail/noise/ljfmpfeiflahbmgpfdhlngnkkfdeakmb
Description Ambient sounds to wash away distraction
File Size 314 KB
Installation Count 101
Current Version 0.3
Last Updated 2018-06-14
Publish Date 2018-06-13
Rating 1.00/5 Total 3 Ratings
Developer Green Tech Lab
Email [email protected]
Payment Type free
Privacy Policy Page URL https://qqjilu.com/policy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noise",
    "version": "0.3",
    "description": "Ambient sounds to wash away distraction",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}