Relaxy!

Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.

What is Relaxy!?

Relaxy! is a Chrome extension developed by https://www.relaxy.net, and its main feature is "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".

Extension Screenshots

screenshot
screenshot

Download Relaxy! Extension CRX File

Download Relaxy! 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

                        Relaxy is a simple one-button Google Chrome extension that adds some relaxation to your day! 

Grab a coffee (or some Whiskey!), and click on Relaxy to start some soothing jazz along with the sounds of a rolling thunderstorm.

NOTE: After clicking the Relaxy icon, wait a few seconds (depending on your network speed) for the sounds and music to start.                    

Extension Basic Information

Name Relaxy! Relaxy!
ID haipppcnimcebccphffcadmimphbcano
Official URL https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano
Description Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
File Size 146 KB
Installation Count 170
Current Version 1.1
Last Updated 2016-09-28
Publish Date 2016-09-28
Rating 4.67/5 Total 6 Ratings
Developer https://www.relaxy.net
Payment Type free
Extension Website https://www.relaxy.net
Help Page URL https://www.relaxy.net/faqs
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Relaxy!",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.",
    "browser_action": {
        "default_icon": "relaxnow-1.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/relaxy.net\/"
    ]
}