Clicounter

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

Qu'est-ce que Clicounter ?

Clicounter est une extension Chrome développée par https://clicounter.live, et sa fonction principale est "Daily counter extension helps you easily keep track of the remaining days until your next life event.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Clicounter

Téléchargez les fichiers d'extension Clicounter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Clicounter Clicounter
ID pnhjehchckojhmljiiaijnadgdpmdamd
URL Officiel https://chromewebstore.google.com/detail/clicounter/pnhjehchckojhmljiiaijnadgdpmdamd
Description Daily counter extension helps you easily keep track of the remaining days until your next life event.
Taille du Fichier 755 KB
Nombre d'Installations 159,117
Version Actuelle 1.7
Dernière Mise à Jour 2022-12-13
Date de Publication 2022-07-27
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://clicounter.live
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://clicounter.live
URL de la Page d'Aide https://clicounter.live/contact-us/
URL de la Page de Politique de Confidentialité https://clicounter.live/privacy-policy
Langues Prises en Charge 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"
    }
}