Mortality

Replace new tab page with a counter of your age

Apa itu Mortality?

Mortality adalah ekstensi Chrome yang dikembangkan oleh alphabt, dan fitur utamanya adalah "Replace new tab page with a counter of your age".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mortality

Unduh file ekstensi Mortality 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

                        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                    

Informasi Dasar Ekstensi

Nama Mortality Mortality
ID dmcopoldcoemapdejndbdnfmbofbkmbh
URL Resmi https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh
Deskripsi Replace new tab page with a counter of your age
Ukuran File 210 KB
Jumlah Instalasi 226
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2021-08-01
Tanggal Publikasi 2020-04-12
Penilaian 5.00/5 Total 3 Penilaian
Pengembang alphabt
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/alphabt/mortality
URL Halaman Bantuan https://github.com/alphabt/mortality/issues
Bahasa yang Didukung 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'"
}