Desktop Lux: Effects

Customize your Web with stunning animations and effects.

Τι είναι το Desktop Lux: Effects;

Το Desktop Lux: Effects είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.pothos.info, και η κύρια λειτουργία του είναι "Customize your Web with stunning animations and effects.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Desktop Lux: Effects

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

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

                        Desktop Lux: Effects is a one-of-a-kind browser extension that lets you super charge your web-surfing experience. It allows you to add various visual effects to any web page. Also, it can be used as a screen saver. 

Currently available effects, such as rain, leaf fall, snow, lightning, flame, smoke, electric garlands, confetti, fireworks, balloons, matrix, cursor effects and others.

UPDATE 08.10.2023: The Matrix effect has been moved from Desktop Lux: Effects to our new extension - Screensaver (https://chrome.google.com/webstore/detail/screensaver/naejhikacbhadlehaeombhofjnpcbejj).                    

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

Όνομα Desktop Lux: Effects Desktop Lux: Effects
ID nlejafdphaoialgmeabdbjhmbifdompb
Επίσημο URL https://chromewebstore.google.com/detail/desktop-lux-effects/nlejafdphaoialgmeabdbjhmbifdompb
Περιγραφή Customize your Web with stunning animations and effects.
Μέγεθος Αρχείου 1.33 MB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 1.03
Τελευταία Ενημέρωση 2023-08-11
Ημερομηνία Δημοσίευσης 2021-04-27
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://www.pothos.info
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,pt-BR,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Desktop Lux: Effects",
    "version": "1.03",
    "description": "__MSG_lngExtDescription__",
    "default_locale": "en",
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "idle",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/effects\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "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"
    }
}