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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}