Mortality
Replace new tab page with a counter of your age
What is Mortality?
Mortality is a Chrome extension developed by alphabt, and its main feature is "Replace new tab page with a counter of your age".
Extension Screenshots
Download Mortality Extension CRX File
Download Mortality 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
This extension replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it. GitHub: https://github.com/alphabt/mortality
Extension Basic Information
Name | Mortality |
ID | dmcopoldcoemapdejndbdnfmbofbkmbh |
Official URL | https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh |
Description | Replace new tab page with a counter of your age |
File Size | 210 KB |
Installation Count | 226 |
Current Version | 1.2.0 |
Last Updated | 2021-08-01 |
Publish Date | 2020-04-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | alphabt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/alphabt/mortality |
Help Page URL | https://github.com/alphabt/mortality/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "tab.html" }, "version": "1.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |