Hotdog Hell

this hotdog has taken my soul. please send help.

What is Hotdog Hell?

Hotdog Hell is a Chrome extension developed by ZephyrEmbyr, and its main feature is "this hotdog has taken my soul. please send help.".

Extension Screenshots

screenshot
screenshot

Download Hotdog Hell Extension CRX File

Download Hotdog Hell 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

                        THIS HOTDOG CHANGED MY LIFE. I AM IN TOO DEEP AND I HAVE NO WAY OUT. IT IS TOO LATE FOR ME BUT IT IS NOT FOR YOU. DOWNLOAD THIS EXTENSION TO SIMILARLY CHANGE YOUR LIFE.

(This extension replaces all images with the H O T D O G, but only on Facebook!)                    

Extension Basic Information

Name Hotdog Hell Hotdog Hell
ID adgnganndkofmcgchmicelhgfdfdpedi
Official URL https://chromewebstore.google.com/detail/hotdog-hell/adgnganndkofmcgchmicelhgfdfdpedi
Description this hotdog has taken my soul. please send help.
File Size 102 KB
Installation Count 128
Current Version 1.1
Last Updated 2017-07-11
Publish Date 2017-07-10
Rating 4.97/5 Total 29 Ratings
Developer ZephyrEmbyr
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hotdog Hell",
    "version": "1.1",
    "description": "this hotdog has taken my soul. please send help.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "replace.js"
            ]
        }
    ],
    "icons": {
        "128": "hotdog.png"
    }
}