Christmas and Valentines Countdown

This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!

Was ist Christmas and Valentines Countdown?

Christmas and Valentines Countdown ist eine Chrome-Erweiterung, die von kalebappdev entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!".

Christmas and Valentines Countdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie Christmas and Valentines Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Christmas and Valentines Countdown Christmas and Valentines Countdown
ID didnloiagfnkefgcmojilkkbmhmlfnij
Offizielle URL https://chromewebstore.google.com/detail/christmas-and-valentines/didnloiagfnkefgcmojilkkbmhmlfnij
Beschreibung This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!
Dateigröße 8.27 KB
Installationsanzahl 35
Aktuelle Version 2.1
Letztes Update 2017-10-08
Veröffentlichungsdatum 2017-10-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler kalebappdev
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Christmas and Valentines Countdown",
    "description": "This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "christmas.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}