Snow this website
Let It Snow Today
什麼是Snow this website?
Snow this website是由mastaleru.rafael開發的Chrome擴展程式,該擴展的主要功能是“Let It Snow Today”。
擴展截圖
下載Snow this website擴展crx文件
下載Snow this website擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
官方網址 | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
簡介 | Let It Snow Today |
檔案大小 | 88.58 KB |
安裝次數 | 654 |
目前版本 | 0.0.2 |
更新時間 | 2016-12-16 |
上架時間 | 2016-12-16 |
評分 | 3.50/5 共 8 次評分 |
開發者 | mastaleru.rafael |
付費類型 | free |
隱私政策頁面URL | https://plusprivacy.com/privacy-policy |
支援的語言 | 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\/*" ] } |