Days Until Halloween

Displays the number of days until Halloweeen

Days Until Halloween क्या है?

Days Until Halloween Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of days until Halloweeen"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Days Until Halloween एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}