Christmas Decorations

Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…

Τι είναι το Christmas Decorations;

Το Christmas Decorations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dylantgreene92, και η κύρια λειτουργία του είναι "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Christmas Decorations

Λήψη αρχείων επέκτασης Christmas Decorations σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Important features:

- Adds Christmas decorations to any webpage
- Decoration settings can be customized through the extensions pop-up menu

Have fun!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
Επίσημο URL https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Περιγραφή Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Μέγεθος Αρχείου 25.44 KB
Αριθμός Εγκαταστάσεων 64
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2022-12-17
Ημερομηνία Δημοσίευσης 2022-12-14
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής dylantgreene92
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Decorations",
    "version": "0.5",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/mainloop.js",
                "content\/main.js"
            ],
            "css": [
                "content\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": "icons\/96.png",
        "default_title": "Christmas Decorations",
        "default_popup": "popup\/index.html",
        "browser_style": true
    },
    "manifest_version": 3
}