Kosher Chrome

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

Что такое Kosher Chrome?

Kosher Chrome - это расширение Chrome, разработанное mamaorha, и его основная функция - "No images, stay 2 seconds on a picture with your cursor to show the image.".

Скачать файл CRX расширения Kosher Chrome

Скачайте файлы расширений Kosher Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Kosher Chrome Kosher Chrome
ID ekdgaoikjklhncnbafkchpjbfjpgmcjh
Официальный URL https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh
Описание No images, stay 2 seconds on a picture with your cursor to show the image.
Размер файла 194 KB
Количество установок 10
Текущая Версия 1.1
Последнее Обновление 2014-12-15
Дата публикации 2014-12-15
Разработчик mamaorha
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}