Natural Neon Rain

Just enjoy the peaceful bliss of neon rain as it pours down.

Was ist Natural Neon Rain?

Natural Neon Rain ist eine Chrome-Erweiterung, die von Broyster entwickelt wurde, und ihr Hauptmerkmal ist "Just enjoy the peaceful bliss of neon rain as it pours down.".

Erweiterungsscreenshots

Natural Neon Rain-Erweiterungs-CRX-Datei herunterladen

Laden Sie Natural Neon Rain-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Not only does this extension give you a beautifully calming view of rainbow droplets in its contrasted abyss, it's programmed to be as naturally unpredictable as real weather.

There's no telling what weather will do, hence the butterfly effect. So each drop of neon rain has a 50/50 chance of duplicating or disappearing.

On top of that, the color of each droplet changes and varies depending on many factors. This allows you to have the most interesting experience possible while gazing into the gentle atmosphere created not by me, but by pure luck.

If you want a calm break for your personalized environment, tailored by randomness itself then this extension is exactly what you're looking for.                    

Grundlegende Informationen zur Erweiterung

Name Natural Neon Rain Natural Neon Rain
ID nnfdlleaffllajhgdpbdpngahadoeloo
Offizielle URL https://chromewebstore.google.com/detail/natural-neon-rain/nnfdlleaffllajhgdpbdpngahadoeloo
Beschreibung Just enjoy the peaceful bliss of neon rain as it pours down.
Dateigröße 709 KB
Installationsanzahl 180
Aktuelle Version 1.0
Letztes Update 2021-02-04
Veröffentlichungsdatum 2021-02-03
Entwickler Broyster
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "sketch.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "heavy shower.png",
            "32": "heavy shower.png",
            "48": "medium shower.png",
            "128": "light shower.png"
        }
    },
    "description": "Just enjoy the peaceful bliss of neon rain as it pours down.",
    "name": "Natural Neon Rain",
    "permissions": [],
    "version": "1.0",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}