Clicounter

Daily counter extension helps you easily keep track of the remaining days until your next life event.

Clicounter क्या है?

Clicounter https://clicounter.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Daily counter extension helps you easily keep track of the remaining days until your next life event."।

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

screenshot
screenshot

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

crx प्रारूप में Clicounter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Day Counter only a click away!
Clicounter contains the day tracking that can be used for any life or business event. 
Easily count down the days until big life event!

By clicking "Add to chrome" you accept and agree to installing the Clicounter Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at: https://clicounter.live/terms/ and privacy policy at: https://clicounter.live/privacy-policy/

The extension will update your new-tab with accurate information about upcoming events you set up and will change your search engine to be powered by Bing.

No need to skip meetings, holidays or any fun or important event! You can also easily track of days since previous events, such as starting a new position or relationship.

We don't just collect data about your events - we make sure you can sleep careless and be sure to catch all your events, meetings and very important appointments!                    

एक्सटेंशन की मूल जानकारी

नाम Clicounter Clicounter
ID pnhjehchckojhmljiiaijnadgdpmdamd
आधिकारिक URL https://chromewebstore.google.com/detail/clicounter/pnhjehchckojhmljiiaijnadgdpmdamd
विवरण Daily counter extension helps you easily keep track of the remaining days until your next life event.
फ़ाइल का आकार 755 KB
स्थापना संख्या 159,117
वर्तमान संस्करण 1.7
अंतिम अपडेट 2022-12-13
प्रकाशन तिथि 2022-07-27
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://clicounter.live
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://clicounter.live
सहायता पृष्ठ URL https://clicounter.live/contact-us/
गोपनीयता नीति पृष्ठ URL https://clicounter.live/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clicounter",
    "description": "Daily counter extension helps you easily keep track of the remaining days until your next life event.",
    "version": "1.7",
    "manifest_version": 3,
    "homepage_url": "https:\/\/clicounter.live",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/16.png",
            "32": ".\/images\/32.png",
            "48": ".\/images\/48.png",
            "128": ".\/images\/128.png"
        }
    },
    "icons": {
        "16": ".\/images\/16.png",
        "32": ".\/images\/32.png",
        "48": ".\/images\/48.png",
        "128": ".\/images\/128.png"
    }
}