Social Media Death Clock

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

什么是Social Media Death Clock?

Social Media Death Clock是由amorriscode开发的Chrome扩展程序,该扩展的主要功能是“Remind yourself of your mortality while you waste away on social media”。

扩展截图

screenshot
screenshot

下载Social Media Death Clock扩展crx文件

下载Social Media Death Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Social Media Death Clock Social Media Death Clock
ID jjmjickedeooblgpimknfghpfffncfhb
官方URL https://chromewebstore.google.com/detail/social-media-death-clock/jjmjickedeooblgpimknfghpfffncfhb
简介 Remind yourself of your mortality while you waste away on social media
文件大小 130 KB
安装次数 229
当前版本 2.0.1
更新时间 2022-06-17
上架时间 2019-07-11
评分 4.29/5 共7次评分
开发者 amorriscode
电子邮箱 [email protected]
付费类型 free
扩展官网 https://anthonymorris.dev/projects/social-media-death-clock
帮助页面URL https://anthonymorris.dev
支持的语言 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"
            ]
        }
    ]
}