Snow this website
Let It Snow Today
Vad är Snow this website?
Snow this website är en Chrome-tillägg utvecklad av mastaleru.rafael, och dess huvudfunktion är "Let It Snow Today".
Tilläggsskärmbilder
Ladda ner Snow this website-förlängningens CRX-fil
Ladda ner Snow this website-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
Officiell webbadress | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
Beskrivning | Let It Snow Today |
Filstorlek | 88.58 KB |
Antal Installationer | 654 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2016-12-16 |
Publiceringsdatum | 2016-12-16 |
Betyg | 3.50/5 Totalt 8 Betyg |
Utvecklare | mastaleru.rafael |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://plusprivacy.com/privacy-policy |
Stödda Språk | 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\/*" ] } |