White Noise App
This extension plays white noise in your browser
What is White Noise App?
White Noise App is a Chrome extension developed by Unknown, and its main feature is "This extension plays white noise in your browser".
Extension Screenshots
Download White Noise App Extension CRX File
Download White Noise App 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
Plays white noise in your browser. Click icon to switch on/off.
Extension Basic Information
Name | White Noise App |
ID | mhopoeoggfmkegjkglaongmapenenkel |
Official URL | https://chromewebstore.google.com/detail/white-noise-app/mhopoeoggfmkegjkglaongmapenenkel |
Description | This extension plays white noise in your browser |
File Size | 9.12 MB |
Installation Count | 376 |
Current Version | 1.1 |
Last Updated | 2016-10-05 |
Publish Date | 2016-10-04 |
Rating | 1.83/5 Total 12 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White Noise App", "description": "This extension plays white noise in your browser", "version": "1.1", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "whiteNoise.js" ], "persistent": false }, "content_security_policy": "default-src", "permissions": [] } |