Social Media Death Clock

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

Apa itu Social Media Death Clock?

Social Media Death Clock adalah ekstensi Chrome yang dikembangkan oleh amorriscode, dan fitur utamanya adalah "Remind yourself of your mortality while you waste away on social media".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Social Media Death Clock

Unduh file ekstensi Social Media Death Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Social Media Death Clock Social Media Death Clock
ID jjmjickedeooblgpimknfghpfffncfhb
URL Resmi https://chromewebstore.google.com/detail/social-media-death-clock/jjmjickedeooblgpimknfghpfffncfhb
Deskripsi Remind yourself of your mortality while you waste away on social media
Ukuran File 130 KB
Jumlah Instalasi 229
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2022-06-17
Tanggal Publikasi 2019-07-11
Penilaian 4.29/5 Total 7 Penilaian
Pengembang amorriscode
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://anthonymorris.dev/projects/social-media-death-clock
URL Halaman Bantuan https://anthonymorris.dev
Bahasa yang Didukung 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"
            ]
        }
    ]
}