Days Until Halloween
Displays the number of days until Halloweeen
Qu'est-ce que Days Until Halloween ?
Days Until Halloween est une extension Chrome développée par Unknown, et sa fonction principale est "Displays the number of days until Halloweeen".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Days Until Halloween
Téléchargez les fichiers d'extension Days Until Halloween au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Days Until Halloween |
ID | elglebppgjnnnfejdlalchaaaoipemcg |
URL Officiel | https://chromewebstore.google.com/detail/days-until-halloween/elglebppgjnnnfejdlalchaaaoipemcg |
Description | Displays the number of days until Halloweeen |
Taille du Fichier | 23.51 KB |
Nombre d'Installations | 67 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2021-12-29 |
Date de Publication | 2021-12-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://urlbear.com |
URL de la Page d'Aide | https://urlbear.com |
Langues Prises en Charge | 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" } } |