YOLO

Shows you the amount of time in days you've been alive so you can decide if you REALLY need to open Facebook again ...

What is YOLO?

YOLO is a Chrome extension developed by https://johanndutoit.net, and its main feature is "Shows you the amount of time in days you've been alive so you can decide if you REALLY need to open Facebook again ...".

Extension Screenshots

screenshot
screenshot

Download YOLO Extension CRX File

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

                        Replaces your "newtab" page and shows you the amount of time in days you've been alive every time you go to open a new tab. 

I like to write down the incremented number of the days I've been alive every morning in my journal, this is the digital version that allows you to have a look at the number every time you head to open a new tab. 

A practice in mindfulness on the amount of finite time we all really have.                    

Extension Basic Information

Name YOLO YOLO
ID njmeepggdchkfemfbccpjedjgklnknod
Official URL https://chromewebstore.google.com/detail/yolo/njmeepggdchkfemfbccpjedjgklnknod
Description Shows you the amount of time in days you've been alive so you can decide if you REALLY need to open Facebook again ...
File Size 8.64 KB
Installation Count 241
Current Version 0.3
Last Updated 2018-01-10
Publish Date 2018-01-09
Rating 2.42/5 Total 12 Ratings
Developer https://johanndutoit.net
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YOLO",
    "version": "0.3",
    "description": "Shows you the amount of time in days you've been alive so you can decide if you REALLY need to open Facebook again ...",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "permissions": [
        "storage"
    ]
}