Valentine's Day Countdown

A countdown till valentine's day!

Qu'est-ce que Valentine's Day Countdown ?

Valentine's Day Countdown est une extension Chrome développée par https://www.romantikeren.dk, et sa fonction principale est "A countdown till valentine's day!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Valentine's Day Countdown

Téléchargez les fichiers d'extension Valentine's Day Countdown 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

                        Have you ever forgotten Valentine’s Day? Every year, thousands of people around the world forget the most important day for couples – and it’s a romantic disaster! Luckily, it won’t happen to you any more! This cute little Chrome Extension helps you remember Valentine’s Day every year! It’s a simple but VERY effective Chrome Extension that counts down to Valentine’s each day. So when Valentine’s Day is approaching, you have more than enough time to find a nice surprise or gift for your partner. And of course, it’s completely free! What’s not to love about the love countdown? Add this romantic countdown Chrome Extension for Valentine’s Day to your browser now and make your love life much easier. It’s as simple as that. With Love from Romantikeren.dk <3                    

Informations de Base sur l'Extension

Nom Valentine's Day Countdown Valentine's Day Countdown
ID dffllccglplkojghnfjojhfldmnehnjh
URL Officiel https://chromewebstore.google.com/detail/valentines-day-countdown/dffllccglplkojghnfjojhfldmnehnjh
Description A countdown till valentine's day!
Taille du Fichier 78.56 KB
Nombre d'Installations 156
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-06-13
Date de Publication 2017-06-13
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://www.romantikeren.dk
Type de Paiement free
Site Web de l'Extension http://www.romantikeren.dk/category/valentinsdag
URL de la Page d'Aide http://www.romantikeren.dk/om-romantikeren-dk
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Valentine's Day Countdown",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "A countdown till valentine's day!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Valentine's Day Countdown"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/moment.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    }
}