Days Until Halloween

Displays the number of days until Halloweeen

什么是Days Until Halloween?

Days Until Halloween是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Displays the number of days until Halloweeen”。

扩展截图

screenshot

下载Days Until Halloween扩展crx文件

下载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 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"
    }
}