Snow this website
Let It Snow Today
Wat is Snow this website?
Snow this website is een Chrome-extensie ontwikkeld door mastaleru.rafael, en de belangrijkste functie is "Let It Snow Today".
Extensie Screenshots
Download het CRX-bestand van de extensie Snow this website
Download Snow this website-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
Officiële URL | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
Beschrijving | Let It Snow Today |
Bestandsgrootte | 88.58 KB |
Aantal Installaties | 654 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2016-12-16 |
Publicatiedatum | 2016-12-16 |
Beoordeling | 3.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | mastaleru.rafael |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://plusprivacy.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |