Noise Generator

Generate noise to help you ______.

What is Noise Generator?

Noise Generator is a Chrome extension developed by https://georgemike.com, and its main feature is "Generate noise to help you ______.".

Extension Screenshots

screenshot

Download Noise Generator Extension CRX File

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

                        Generates soothing brown noise to help you focus. 
Generates soothing white noise to help you sleep.
Generates soothing pink noise to help you ______.

...but also:
• Pomodoro Timers

Updated: May 2023                    

Extension Basic Information

Name Noise Generator Noise Generator
ID fnkehfbnlkommkgoeoimnmejbgpkglpn
Official URL https://chromewebstore.google.com/detail/noise-generator/fnkehfbnlkommkgoeoimnmejbgpkglpn
Description Generate noise to help you ______.
File Size 361 KB
Installation Count 167
Current Version 1.0.9
Last Updated 2023-05-02
Publish Date 2022-10-04
Rating 4.75/5 Total 4 Ratings
Developer https://georgemike.com
Email [email protected]
Payment Type free
Extension Website https://georgemike.com/
Help Page URL https://georgemike.com/
Privacy Policy Page URL https://www.georgemike.com/chrome/privacypolicy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.9",
    "name": "Noise Generator",
    "short_name": "Noise Generator",
    "description": "Generate noise to help you ______.",
    "homepage_url": "https:\/\/georgemike.com",
    "icons": {
        "34": "img\/icon-diamond-34.png",
        "128": "img\/icon-diamond-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "optional_permissions": [
        "alarms",
        "notifications"
    ],
    "action": {
        "default_title": "Noise Generator"
    }
}