Fireplace
The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.
什么是Fireplace?
Fireplace是由HagensMedia.com开发的Chrome扩展程序,该扩展的主要功能是“The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.”。
扩展截图
下载Fireplace扩展crx文件
下载Fireplace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No Fireplace? Let every new tab that you on your browser have a roaring virtual fireplace. 扩展基本信息
| 名称 | |
| ID | mcdhcdpjbogkejlhogcakicmmiielhkk |
| 官方URL | https://chromewebstore.google.com/detail/fireplace/mcdhcdpjbogkejlhogcakicmmiielhkk |
| 简介 | The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace. |
| 文件大小 | 16.09 MB |
| 安装次数 | 351 |
| 当前版本 | 1.1 |
| 更新时间 | 2018-02-05 |
| 上架时间 | 2018-02-05 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | HagensMedia.com |
| 付费类型 | free |
| 扩展官网 | https://www.freefireplaces.com/ |
| 帮助页面URL | https://www.freefireplaces.com/ |
| 隐私政策页面URL | http://hagensmedia.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fireplace",
"version": "1.1",
"description": "The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.",
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"128": "assets\/icon.png"
},
"browser_action": [],
"permissions": [
"storage"
]
} | |