Falling Snow
Adds an overlay of falling snow on (almost) any webpage
What is Falling Snow?
Falling Snow is a Chrome extension developed by Unknown, and its main feature is "Adds an overlay of falling snow on (almost) any webpage".
Extension Screenshots
Download Falling Snow Extension CRX File
Download Falling Snow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds an overlay of falling snow over the active tab, to create a nice wintery feeling.
Extension Basic Information
Name | Falling Snow |
ID | pgckmobldgepaplmhjindjbbglnongji |
Official URL | https://chromewebstore.google.com/detail/falling-snow/pgckmobldgepaplmhjindjbbglnongji |
Description | Adds an overlay of falling snow on (almost) any webpage |
File Size | 17.73 KB |
Installation Count | 37 |
Current Version | 0.8 |
Last Updated | 2020-02-06 |
Publish Date | 2020-02-06 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Falling Snow", "version": "0.8", "description": "Adds an overlay of falling snow on (almost) any webpage", "permissions": [ "activeTab", "storage" ], "manifest_version": 2, "icons": { "16": "SnowIcon16.png", "48": "SnowIcon48.png", "128": "SnowIcon128.png" }, "browser_action": { "default_title": "Add Snow" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |