Social Media Death Clock

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

Cos'è Social Media Death Clock?

Social Media Death Clock è un'estensione di Chrome sviluppata da amorriscode, e la sua funzione principale è "Remind yourself of your mortality while you waste away on social media".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Social Media Death Clock

Scarica i file di estensione Social Media Death Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Social Media Death Clock Social Media Death Clock
ID jjmjickedeooblgpimknfghpfffncfhb
URL Ufficiale https://chromewebstore.google.com/detail/social-media-death-clock/jjmjickedeooblgpimknfghpfffncfhb
Descrizione Remind yourself of your mortality while you waste away on social media
Dimensione del File 130 KB
Conteggio Installazioni 229
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-06-17
Data di Pubblicazione 2019-07-11
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore amorriscode
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://anthonymorris.dev/projects/social-media-death-clock
URL della Pagina di Aiuto https://anthonymorris.dev
Lingue Supportate 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"
            ]
        }
    ]
}