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 |
| 官方URL | 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\/*"
]
} | |