Days Until Halloween
Displays the number of days until Halloweeen
Co to jest Days Until Halloween?
Days Until Halloween to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Displays the number of days until Halloweeen”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Days Until Halloween
Pobierz pliki rozszerzeń Days Until Halloween w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Days Until Halloween |
ID | elglebppgjnnnfejdlalchaaaoipemcg |
Oficjalny URL | https://chromewebstore.google.com/detail/days-until-halloween/elglebppgjnnnfejdlalchaaaoipemcg |
Opis | Displays the number of days until Halloweeen |
Rozmiar pliku | 23.51 KB |
Liczba instalacji | 67 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2021-12-29 |
Data Publikacji | 2021-12-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://urlbear.com |
Adres URL Strony Pomocy | https://urlbear.com |
Obsługiwane Języki | 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" } } |