Fireplace

The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.

What is Fireplace?

Fireplace is a Chrome extension developed by HagensMedia.com, and its main feature is "The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.".

Extension Screenshots

screenshot

Download Fireplace Extension CRX File

Download Fireplace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        No Fireplace? Let every new tab that you on your browser have a roaring virtual fireplace.                    

Extension Basic Information

Name Fireplace Fireplace
ID mcdhcdpjbogkejlhogcakicmmiielhkk
Official URL https://chromewebstore.google.com/detail/fireplace/mcdhcdpjbogkejlhogcakicmmiielhkk
Description The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.
File Size 16.09 MB
Installation Count 351
Current Version 1.1
Last Updated 2018-02-05
Publish Date 2018-02-05
Rating 4.00/5 Total 1 Ratings
Developer HagensMedia.com
Payment Type free
Extension Website https://www.freefireplaces.com/
Help Page URL https://www.freefireplaces.com/
Privacy Policy Page URL http://hagensmedia.com
Supported Languages 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"
    ]
}