BrainBrake

BrainBrake reminds users to take a break from their work.

What is BrainBrake?

BrainBrake is a Chrome extension developed by Circuit Media, and its main feature is "BrainBrake reminds users to take a break from their work.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BrainBrake Extension CRX File

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

                        Circuit Media Green’s new browser extension, BrainBrake, is a customizable digital alert system that meets users where they already are - looking at their screens. BrainBrake was developed in support of Circuit Media’s overarching goal to support the health and wellbeing of the individual.

This extension helps users maintain their personal and digital health goals by reminding them to stand, walk, move, or to otherwise address any health concerns at regular intervals. Our team followed CDC recommendations to create the most up-to-date health prompts designed to target eyestrain, back pain, circulation issues, general fatigue and brain fog, and other wellness issues that often plague computer users.

What can you do on BrainBrake?
•	Set any of these preloaded reminders to regularly address your health needs: 20/20/20, 1 hour, 1.5 hour
•	Stop or start your reminders easily with only two clicks from the top of your screen
•	Access CM Green’s sustainability resources to better your digital and physical health daily

BrainBrake is available to download and install on popular browsers including Edge and Chrome. The extension is easily adaptable to each user’s alert preference and can be stopped or restarted with ease.

Take charge of your digital health today, and download CM Green’s new free BrainBrake browser extension!                    

Extension Basic Information

Name BrainBrake BrainBrake
ID ebofompcnagohanhfjdojlbkaijfpndk
Official URL https://chromewebstore.google.com/detail/brainbrake/ebofompcnagohanhfjdojlbkaijfpndk
Description BrainBrake reminds users to take a break from their work.
File Size 109 KB
Installation Count 143
Current Version 2.2
Last Updated 2022-03-16
Publish Date 2020-12-10
Rating 5.00/5 Total 3 Ratings
Developer Circuit Media
Email [email protected]
Payment Type free
Extension Website https://circuitmediagreen.com/
Privacy Policy Page URL https://circuitmedia.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrainBrake",
    "version": "2.2",
    "description": "BrainBrake reminds users to take a break from their work.",
    "permissions": [
        "background",
        "storage",
        "https:\/\/brainbrake.azurewebsites.net\/api\/",
        "https:\/\/brainbrake.azurewebsites.net\/api\/announcement",
        "https:\/\/brainbrake.azurewebsites.net\/api\/alert"
    ],
    "background": {
        "scripts": [
            "background-alert.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "\/images\/CM_BrainBrake_Favicon-Blue-16x16.png",
        "32": "\/images\/CM_BrainBrake_Favicon-Blue-32x32.png",
        "48": "\/images\/CM_BrainBrake_Favicon-Blue-48x48.png",
        "128": "\/images\/CM_BrainBrake_Favicon-Blue-128x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/CM_BrainBrake_Favicon-Blue-16x16.png",
            "32": "\/images\/CM_BrainBrake_Favicon-Blue-32x32.png",
            "48": "\/images\/CM_BrainBrake_Favicon-Blue-48x48.png",
            "128": "\/images\/CM_BrainBrake_Favicon-Blue-128x128.png"
        }
    },
    "manifest_version": 2
}