Toasty

Show the toasty easter egg from Mortal Kombat

What is Toasty?

Toasty is a Chrome extension developed by Max Harney, and its main feature is "Show the toasty easter egg from Mortal Kombat".

Extension Screenshots

screenshot

Download Toasty Extension CRX File

Download Toasty 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

                        Show the toasty easter egg from Mortal Kombat by clicking on the extension icon                    

Extension Basic Information

Name Toasty Toasty
ID dhdbeghldamkolnhjjgnpgajipfcmgie
Official URL https://chromewebstore.google.com/detail/toasty/dhdbeghldamkolnhjjgnpgajipfcmgie
Description Show the toasty easter egg from Mortal Kombat
File Size 219 KB
Installation Count 68
Current Version 1.0.0
Last Updated 2019-03-29
Publish Date 2019-03-29
Rating 5.00/5 Total 1 Ratings
Developer Max Harney
Payment Type free
Extension Website https://github.com/maxharney/toasty-extension
Help Page URL https://github.com/maxharney/toasty-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toasty",
    "description": "Show the toasty easter egg from Mortal Kombat",
    "version": "1.0.0",
    "icons": {
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": ".\/images\/browser_action_icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "sounds\/toasty.mp3",
        "images\/toasty.png",
        "toasty.css",
        "toasty.js"
    ]
}