SnowFlakes

Add snowflakes effect to any page for the New Year mood!

Vad är SnowFlakes?

SnowFlakes är en Chrome-tillägg utvecklad av Nataliya Stepanova, och dess huvudfunktion är "Add snowflakes effect to any page for the New Year mood!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SnowFlakes-förlängningens CRX-fil

Ladda ner SnowFlakes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        🌨️ Bring the spirit of the New Year to your browser with the SnowFlakes extension! Imagine a gentle snowfall gracing every webpage you visit, creating a cozy winter atmosphere as you browse.

With a simple click on the extension's icon, a friendly switch appears, giving you the power to turn on or off this snowy wonderland across all websites. But there's more! Personalize your snowfall experience by adjusting the color, opacity, intensity, and even the way the snowflakes dance down your screen. Whether you're in the mood for a light, fluttery snowfall or a more intense flurry, SnowFlakes has got you covered.

Celebrate the season every time you surf the web with a little touch of winter magic. ❄️                    

Grundläggande Information om Tillägg

Namn SnowFlakes SnowFlakes
ID fggnhphfohemekoiocpiogmhkkmeogph
Officiell webbadress https://chromewebstore.google.com/detail/snowflakes/fggnhphfohemekoiocpiogmhkkmeogph
Beskrivning Add snowflakes effect to any page for the New Year mood!
Filstorlek 24.91 KB
Antal Installationer 284
Aktuell Version 1.2.0
Senast Uppdaterad 2023-12-26
Publiceringsdatum 2020-12-30
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare Nataliya Stepanova
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SnowFlakes",
    "version": "1.2.0",
    "description": "Add snowflakes effect to any page for the New Year mood!",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/snowflakes.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "browser_action": {
        "default_popup": "pages\/popup.html"
    }
}