Weather.com Defearifier
Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…
什么是Weather.com Defearifier?
Weather.com Defearifier是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…”。
扩展截图
下载Weather.com Defearifier扩展crx文件
下载Weather.com Defearifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take the fear out of your weather forecasts with the weather.com defearifier!
No reason to fear the forecast anymore - the Defearifier will protect you from the terrifying article titles on weather.com. 扩展基本信息
| 名称 | |
| ID | kleijmkcijbhigbjocfalojjjkiblpoj |
| 官方URL | https://chromewebstore.google.com/detail/weathercom-defearifier/kleijmkcijbhigbjocfalojjjkiblpoj |
| 简介 | Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the… |
| 文件大小 | 196 KB |
| 安装次数 | 57 |
| 当前版本 | 0.3 |
| 更新时间 | 2014-07-17 |
| 上架时间 | 2014-07-17 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Weather.com Defearifier",
"version": "0.3",
"permissions": [
"http:\/\/www.weather.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.weather.com\/*"
],
"js": [
"jquery-1.11.1.js",
"jquery-ui.js",
"myscript.js"
],
"run_at": "document_idle"
}
],
"manifest_version": 2
} | |