Christmas and Valentines Countdown

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

Hvad er Christmas and Valentines Countdown?

Christmas and Valentines Countdown er en Chrome-udvidelse udviklet af kalebappdev, og dens hovedfunktion er "This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!".

Download Christmas and Valentines Countdown-udvidelses-CRX-fil

Download Christmas and Valentines Countdown-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Christmas and Valentines Countdown Christmas and Valentines Countdown
ID didnloiagfnkefgcmojilkkbmhmlfnij
Officiel URL https://chromewebstore.google.com/detail/christmas-and-valentines/didnloiagfnkefgcmojilkkbmhmlfnij
Beskrivelse This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!
Filstørrelse 8.27 KB
Antal Installationer 35
Nuværende Version 2.1
Senest Opdateret 2017-10-08
Udgivelsesdato 2017-10-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler kalebappdev
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}