Days Until Halloween

Displays the number of days until Halloweeen

Days Until Halloween là gì?

Days Until Halloween là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Displays the number of days until Halloweeen".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Days Until Halloween

Tải xuống các tệp mở rộng Days Until Halloween dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Days Until Halloween Days Until Halloween
ID elglebppgjnnnfejdlalchaaaoipemcg
URL Chính Thức https://chromewebstore.google.com/detail/days-until-halloween/elglebppgjnnnfejdlalchaaaoipemcg
Mô tả Displays the number of days until Halloweeen
Kích Thước Tệp 23.51 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2021-12-29
Ngày Phát Hành 2021-12-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://urlbear.com
URL Trang Trợ Giúp https://urlbear.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}