Snow this website
Let It Snow Today
Qu'est-ce que Snow this website ?
Snow this website est une extension Chrome développée par mastaleru.rafael, et sa fonction principale est "Let It Snow Today".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snow this website
Téléchargez les fichiers d'extension Snow this website au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
URL Officiel | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
Description | Let It Snow Today |
Taille du Fichier | 88.58 KB |
Nombre d'Installations | 654 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2016-12-16 |
Date de Publication | 2016-12-16 |
Évaluation | 3.50/5 Total 8 Évaluations |
Développeur | mastaleru.rafael |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://plusprivacy.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |