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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |