Social Media Death Clock
Remind yourself of your mortality while you waste away on social media
What is Social Media Death Clock?
Social Media Death Clock is a Chrome extension developed by amorriscode, and its main feature is "Remind yourself of your mortality while you waste away on social media".
Extension Screenshots
Download Social Media Death Clock Extension CRX File
Download Social Media Death Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Social Media Death Clock |
ID | jjmjickedeooblgpimknfghpfffncfhb |
Official URL | https://chromewebstore.google.com/detail/social-media-death-clock/jjmjickedeooblgpimknfghpfffncfhb |
Description | Remind yourself of your mortality while you waste away on social media |
File Size | 130 KB |
Installation Count | 229 |
Current Version | 2.0.1 |
Last Updated | 2022-06-17 |
Publish Date | 2019-07-11 |
Rating | 4.29/5 Total 7 Ratings |
Developer | amorriscode |
[email protected] | |
Payment Type | free |
Extension Website | https://anthonymorris.dev/projects/social-media-death-clock |
Help Page URL | https://anthonymorris.dev |
Supported Languages | 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" ] } ] } |