HOTDOG?

This will tell you if the image displays a hot dog

Wat is HOTDOG??

HOTDOG? is een Chrome-extensie ontwikkeld door WetJerry, en de belangrijkste functie is "This will tell you if the image displays a hot dog".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HOTDOG?

Download HOTDOG?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Hot dog identifier

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

Basisinformatie over de Extensie

Naam HOTDOG? HOTDOG?
ID pkiddchnkhbmloliaoijcdafnfmejjea
Officiële URL https://chromewebstore.google.com/detail/hotdog/pkiddchnkhbmloliaoijcdafnfmejjea
Beschrijving This will tell you if the image displays a hot dog
Bestandsgrootte 154 KB
Aantal Installaties 25
Huidige Versie 1.0
Laatst Bijgewerkt 2017-06-23
Publicatiedatum 2017-06-23
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar WetJerry
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}