Relaxound

Relaxound - background sound generator for work and relaxation

What is Relaxound?

Relaxound is a Chrome extension developed by http://relaxound.tk, and its main feature is "Relaxound - background sound generator for work and relaxation".

Extension Screenshots

screenshot

Download Relaxound Extension CRX File

Download Relaxound 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 Relaxound Relaxound
ID mnalibceaggjpmicodllapfekbfglflc
Official URL https://chrome.google.com/webstore/detail/relaxound/mnalibceaggjpmicodllapfekbfglflc
Description Relaxound - background sound generator for work and relaxation
File Size 79.9 KB
Installation Count 156
Current Version 1.5
Last Updated 2015-10-25
Publish Date 2015-10-25
Rating 3.00/5 Total 6 Ratings
Developer http://relaxound.tk
Payment Type free
Extension Website http://relaxound.kolyunya.me
Help Page URL https://twitter.com/relaxound
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Relaxound",
    "short_name": "Relaxound",
    "description": "Relaxound - background sound generator for work and relaxation",
    "version": "1.5",
    "author": "Nikolay Oleynikov",
    "permissions": [
        "https:\/\/relaxound.kolyunya.me\/",
        "cookies",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relaxound.kolyunya.me\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/sound-enabled.png"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    }
}