Desktop Lux: Effects

Customize your Web with stunning animations and effects.

Cos'è Desktop Lux: Effects?

Desktop Lux: Effects è un'estensione di Chrome sviluppata da https://www.pothos.info, e la sua funzione principale è "Customize your Web with stunning animations and effects.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Desktop Lux: Effects

Scarica i file di estensione Desktop Lux: Effects in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome Desktop Lux: Effects Desktop Lux: Effects
ID nlejafdphaoialgmeabdbjhmbifdompb
URL Ufficiale https://chromewebstore.google.com/detail/desktop-lux-effects/nlejafdphaoialgmeabdbjhmbifdompb
Descrizione Customize your Web with stunning animations and effects.
Dimensione del File 1.33 MB
Conteggio Installazioni 3,000
Versione Corrente 1.03
Ultimo Aggiornamento 2023-08-11
Data di Pubblicazione 2021-04-27
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://www.pothos.info
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}