Days Until Halloween
Displays the number of days until Halloweeen
Что такое Days Until Halloween?
Days Until Halloween - это расширение Chrome, разработанное Unknown, и его основная функция - "Displays the number of days until Halloweeen".
Снимки экрана расширения
Скачать файл CRX расширения Days Until Halloween
Скачайте файлы расширений Days Until Halloween в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Days Until Halloween |
ID | elglebppgjnnnfejdlalchaaaoipemcg |
Официальный URL | https://chromewebstore.google.com/detail/days-until-halloween/elglebppgjnnnfejdlalchaaaoipemcg |
Описание | Displays the number of days until Halloweeen |
Размер файла | 23.51 KB |
Количество установок | 67 |
Текущая Версия | 0.2 |
Последнее Обновление | 2021-12-29 |
Дата публикации | 2021-12-28 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Unknown |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://urlbear.com |
URL страницы помощи | https://urlbear.com |
Поддерживаемые языки | 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" } } |