HOTDOG?

This will tell you if the image displays a hot dog

Qu'est-ce que HOTDOG? ?

HOTDOG? est une extension Chrome développée par WetJerry, et sa fonction principale est "This will tell you if the image displays a hot dog".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HOTDOG?

Téléchargez les fichiers d'extension HOTDOG? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Hot dog identifier

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

Informations de Base sur l'Extension

Nom HOTDOG? HOTDOG?
ID pkiddchnkhbmloliaoijcdafnfmejjea
URL Officiel https://chromewebstore.google.com/detail/hotdog/pkiddchnkhbmloliaoijcdafnfmejjea
Description This will tell you if the image displays a hot dog
Taille du Fichier 154 KB
Nombre d'Installations 25
Version Actuelle 1.0
Dernière Mise à Jour 2017-06-23
Date de Publication 2017-06-23
Évaluation 5.00/5 Total 3 Évaluations
Développeur WetJerry
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}