Kosher Chrome

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

What is Kosher Chrome?

Kosher Chrome is a Chrome extension developed by mamaorha, and its main feature is "No images, stay 2 seconds on a picture with your cursor to show the image.".

Download Kosher Chrome Extension CRX File

Download Kosher Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Kosher Chrome Kosher Chrome
ID ekdgaoikjklhncnbafkchpjbfjpgmcjh
Official URL https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh
Description No images, stay 2 seconds on a picture with your cursor to show the image.
File Size 194 KB
Installation Count 10
Current Version 1.1
Last Updated 2014-12-15
Publish Date 2014-12-15
Developer mamaorha
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}