Days Until Halloween
Displays the number of days until Halloweeen
Co je Days Until Halloween?
Days Until Halloween je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Displays the number of days until Halloweeen“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Days Until Halloween
Stáhněte si soubory rozšíření Days Until Halloween ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Days Until Halloween |
ID | elglebppgjnnnfejdlalchaaaoipemcg |
Oficiální URL | https://chromewebstore.google.com/detail/days-until-halloween/elglebppgjnnnfejdlalchaaaoipemcg |
Popis | Displays the number of days until Halloweeen |
Velikost souboru | 23.51 KB |
Počet instalací | 67 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2021-12-29 |
Datum Vydání | 2021-12-28 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Unknown |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://urlbear.com |
URL Stránky Nápovědy | https://urlbear.com |
Podporované Jazyky | 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" } } |