Days Until Halloween
Displays the number of days until Halloweeen
Apa itu Days Until Halloween?
Days Until Halloween adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Displays the number of days until Halloweeen".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Days Until Halloween
Unduh file ekstensi Days Until Halloween 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
Displays the number of days until Halloween. Feel the need to be constantly reminded of how far away Halloween is? Halloween happens on October 31st for everyone, so no matter where you are in the world, you'll see a countdown for Halloween day. At different points in the year, different messages will show up regarding how far away Halloween is. The closer Halloween gets, the funnier some of the messages are! This will work in any country, in any time zone and doesn't need access to the computers storage. This extension collects zero user data. Created for fun.
Informasi Dasar Ekstensi
Nama | Days Until Halloween |
ID | elglebppgjnnnfejdlalchaaaoipemcg |
URL Resmi | https://chromewebstore.google.com/detail/days-until-halloween/elglebppgjnnnfejdlalchaaaoipemcg |
Deskripsi | Displays the number of days until Halloweeen |
Ukuran File | 23.51 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2021-12-29 |
Tanggal Publikasi | 2021-12-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://urlbear.com |
URL Halaman Bantuan | https://urlbear.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Days Until Halloween", "description": "Displays the number of days until Halloweeen", "version": "0.2", "icons": { "128": "daysUntilHalloween128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "daysUntilHalloweenDefault.png", "default_popup": ".\/popup.html" } } |