HOTDOG?

This will tell you if the image displays a hot dog

Cos'è HOTDOG??

HOTDOG? è un'estensione di Chrome sviluppata da WetJerry, e la sua funzione principale è "This will tell you if the image displays a hot dog".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HOTDOG?

Scarica i file di estensione HOTDOG? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hot dog identifier

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

Informazioni di Base sull'Estensione

Nome HOTDOG? HOTDOG?
ID pkiddchnkhbmloliaoijcdafnfmejjea
URL Ufficiale https://chromewebstore.google.com/detail/hotdog/pkiddchnkhbmloliaoijcdafnfmejjea
Descrizione This will tell you if the image displays a hot dog
Dimensione del File 154 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-23
Data di Pubblicazione 2017-06-23
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore WetJerry
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}