HOTDOG?

This will tell you if the image displays a hot dog

What is HOTDOG??

HOTDOG? is a Chrome extension developed by WetJerry, and its main feature is "This will tell you if the image displays a hot dog".

Extension Screenshots

screenshot
screenshot

Download HOTDOG? Extension CRX File

Download HOTDOG? 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

                        Hot dog identifier

https://github.com/j3rryj/HotDog-Chrome-Extension                    

Extension Basic Information

Name HOTDOG? HOTDOG?
ID pkiddchnkhbmloliaoijcdafnfmejjea
Official URL https://chromewebstore.google.com/detail/hotdog/pkiddchnkhbmloliaoijcdafnfmejjea
Description This will tell you if the image displays a hot dog
File Size 154 KB
Installation Count 25
Current Version 1.0
Last Updated 2017-06-23
Publish Date 2017-06-23
Rating 5.00/5 Total 3 Ratings
Developer WetJerry
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HOTDOG?",
    "description": "This will tell you if the image displays a hot dog",
    "version": "1.0",
    "icons": {
        "16": "icon1.png",
        "48": "icon1.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon1.png",
        "default_title": "HotDog"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ]
}