Desktop Lux: Effects

Customize your Web with stunning animations and effects.

Desktop Lux: Effects क्या है?

Desktop Lux: Effects https://www.pothos.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize your Web with stunning animations and effects."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Desktop Lux: Effects एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}