Social Media Death Clock

Remind yourself of your mortality while you waste away on social media

Wat is Social Media Death Clock?

Social Media Death Clock is een Chrome-extensie ontwikkeld door amorriscode, en de belangrijkste functie is "Remind yourself of your mortality while you waste away on social media".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Social Media Death Clock

Download Social Media Death Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Have you been spending too much time on social media? We can help with that!

When you go on social media, Social Media Death Clock reminds you how much time you have left to live.

Focus less on social media and more on the things that bring meaning to your life.                    

Basisinformatie over de Extensie

Naam Social Media Death Clock Social Media Death Clock
ID jjmjickedeooblgpimknfghpfffncfhb
Officiële URL https://chromewebstore.google.com/detail/social-media-death-clock/jjmjickedeooblgpimknfghpfffncfhb
Beschrijving Remind yourself of your mortality while you waste away on social media
Bestandsgrootte 130 KB
Aantal Installaties 229
Huidige Versie 2.0.1
Laatst Bijgewerkt 2022-06-17
Publicatiedatum 2019-07-11
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar amorriscode
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://anthonymorris.dev/projects/social-media-death-clock
Help Pagina-URL https://anthonymorris.dev
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "2.0.1",
    "name": "Social Media Death Clock",
    "description": "Remind yourself of your mortality while you waste away on social media",
    "author": "amorriscode",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/vk.com\/*"
            ],
            "js": [
                "content.1d473d26.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/vk.com\/*"
            ],
            "resources": [
                "content.c377e6e0.css"
            ]
        }
    ]
}