Snow this website
Let It Snow Today
What is Snow this website?
Snow this website is a Chrome extension developed by mastaleru.rafael, and its main feature is "Let It Snow Today".
Extension Screenshots
Download Snow this website Extension CRX File
Download Snow this website 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
This extension add to your websites some snowflakes. You have the opportunity to catch them. You have 30 seconds to catch the snowflakes. When a snowflake is caught, another 2 snowflakes will appear on the screen.
Extension Basic Information
Name | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
Official URL | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
Description | Let It Snow Today |
File Size | 88.58 KB |
Installation Count | 654 |
Current Version | 0.0.2 |
Last Updated | 2016-12-16 |
Publish Date | 2016-12-16 |
Rating | 3.50/5 Total 8 Ratings |
Developer | mastaleru.rafael |
Payment Type | free |
Privacy Policy Page URL | https://plusprivacy.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snow this website", "description": "Let It Snow Today", "version": "0.0.2", "browser_action": { "default_icon": "icons\/icon48.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "scripts\/snow.js", "content.js" ], "css": [ "snow.css" ] } ], "permissions": [ "activeTab", "storage", "tabs" ], "web_accessible_resources": [ "images\/*" ] } |