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