Kosher Chrome

No images, stay 2 seconds on a picture with your cursor to show the image.

Apa itu Kosher Chrome?

Kosher Chrome adalah ekstensi Chrome yang dikembangkan oleh mamaorha, dan fitur utamanya adalah "No images, stay 2 seconds on a picture with your cursor to show the image.".

Unduh Berkas CRX Ekstensi Kosher Chrome

Unduh file ekstensi Kosher Chrome 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

                        No images, stay 2 seconds on a picture with your cursor to show the image.                    

Informasi Dasar Ekstensi

Nama Kosher Chrome Kosher Chrome
ID ekdgaoikjklhncnbafkchpjbfjpgmcjh
URL Resmi https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh
Deskripsi No images, stay 2 seconds on a picture with your cursor to show the image.
Ukuran File 194 KB
Jumlah Instalasi 10
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-12-15
Tanggal Publikasi 2014-12-15
Pengembang mamaorha
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kosher Chrome",
    "version": "1.1",
    "description": "No images, stay 2 seconds on a picture with your cursor to show the image.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}