HOTDOG?

This will tell you if the image displays a hot dog

Apa itu HOTDOG??

HOTDOG? adalah ekstensi Chrome yang dikembangkan oleh WetJerry, dan fitur utamanya adalah "This will tell you if the image displays a hot dog".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi HOTDOG?

Unduh file ekstensi HOTDOG? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Hot dog identifier

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

Informasi Dasar Ekstensi

Nama HOTDOG? HOTDOG?
ID pkiddchnkhbmloliaoijcdafnfmejjea
URL Resmi https://chromewebstore.google.com/detail/hotdog/pkiddchnkhbmloliaoijcdafnfmejjea
Deskripsi This will tell you if the image displays a hot dog
Ukuran File 154 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-06-23
Tanggal Publikasi 2017-06-23
Penilaian 5.00/5 Total 3 Penilaian
Pengembang WetJerry
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}