Thyself

Master your mental health. Mood tracking, journal prompts, self-care, breathwork all in one place.

What is Thyself?

Thyself is a Chrome extension developed by https://thyself.me, and its main feature is "Master your mental health. Mood tracking, journal prompts, self-care, breathwork all in one place.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Thyself Extension CRX File

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

                        Thyself is the browser extension to master your mental health.

★ Featured on Lifehacker

Several times a day Thyself kindly prompts you to look within and ask yourself "what do I feel?" During these mindful moments choose an emoji that best reflects your current mood. Over time, your mood diary will fill. From there you'll be able to pick out insights into what brings you joy, satisfaction and purpose.

According to a study by Dr Tasha Eurich, 95% of people think they’re self-aware, but only 10-15% truly are. Through the process of 'labelling' our moods in Thyself, we improve our self-awareness. 

Features
✔ Reflective mood tracking
✔ Calming breathing exercises
✔ Uplifting affirmations
✔ Mindful emotional labelling
✔ Positive mindset journal prompts
✔ Supportive personal dashboard
✔ Tailored mood selection
✔ Forgiving self-care checklist
✔ Powerful intention setting
✔ Learn insights about your mood

Try it for free today!

*******
CHANGE LOG...

10/02/2023 – v1.6.0: Made permissions for self-care dashboard and emoji mood entry optional.

26/01/2023 – v1.5.0: Technical upgrade to keep up with Google's extension requirements.

25/01/2023 – v1.4.0: You can now snooze your mood prompt for longer than 10 minutes if you're too busy: 1 hour, 3 hours, until tomorrow or even turn off mood prompts. 

09/12/2021 – v1.3.3: Fixed bug with the dashboard opening on new tabs even when user has disabled.                    

Extension Basic Information

Name Thyself Thyself
ID fkomicpabakagnjoglkljfefdlhkehod
Official URL https://chromewebstore.google.com/detail/thyself/fkomicpabakagnjoglkljfefdlhkehod
Description Master your mental health. Mood tracking, journal prompts, self-care, breathwork all in one place.
File Size 21.73 KB
Installation Count 20,000
Current Version 1.6.2
Last Updated 2023-02-16
Publish Date 2020-06-18
Rating 4.06/5 Total 50 Ratings
Developer https://thyself.me
Email [email protected]
Payment Type in_app
Extension Website https://www.thyself.me
Privacy Policy Page URL https://www.wholesome.design/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thyself",
    "version": "1.6.2",
    "description": "Master your mental health. Mood tracking, journal prompts, self-care, breathwork all in one place.",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.thyself.me\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "pages\/options.html",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png"
        },
        "default_title": "Thyself (click to see your moods)"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newTab.html"
    },
    "manifest_version": 3
}