Snow this website
Let It Snow Today
Hvad er Snow this website?
Snow this website er en Chrome-udvidelse udviklet af mastaleru.rafael, og dens hovedfunktion er "Let It Snow Today".
Udvidelsesskærmbilleder
Download Snow this website-udvidelses-CRX-fil
Download Snow this website-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
Officiel URL | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
Beskrivelse | Let It Snow Today |
Filstørrelse | 88.58 KB |
Antal Installationer | 654 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2016-12-16 |
Udgivelsesdato | 2016-12-16 |
Bedømmelse | 3.50/5 Samlet 8 Bedømmelser |
Udvikler | mastaleru.rafael |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://plusprivacy.com/privacy-policy |
Understøttede Sprog | 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\/*" ] } |