Social Media Death Clock

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

Was ist Social Media Death Clock?

Social Media Death Clock ist eine Chrome-Erweiterung, die von amorriscode entwickelt wurde, und ihr Hauptmerkmal ist "Remind yourself of your mortality while you waste away on social media".

Erweiterungsscreenshots

screenshot
screenshot

Social Media Death Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Social Media Death Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Social Media Death Clock Social Media Death Clock
ID jjmjickedeooblgpimknfghpfffncfhb
Offizielle URL https://chromewebstore.google.com/detail/social-media-death-clock/jjmjickedeooblgpimknfghpfffncfhb
Beschreibung Remind yourself of your mortality while you waste away on social media
Dateigröße 130 KB
Installationsanzahl 229
Aktuelle Version 2.0.1
Letztes Update 2022-06-17
Veröffentlichungsdatum 2019-07-11
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler amorriscode
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://anthonymorris.dev/projects/social-media-death-clock
Hilfeseite URL https://anthonymorris.dev
Unterstützte Sprachen 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"
            ]
        }
    ]
}