Kosher Chrome

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

Kosher Chrome là gì?

Kosher Chrome là một tiện ích mở rộng Chrome được phát triển bởi mamaorha, và tính năng chính của nó là "No images, stay 2 seconds on a picture with your cursor to show the image.".

Tải xuống tệp CRX của tiện ích mở rộng Kosher Chrome

Tải xuống các tệp mở rộng Kosher Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kosher Chrome Kosher Chrome
ID ekdgaoikjklhncnbafkchpjbfjpgmcjh
URL Chính Thức https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh
Mô tả No images, stay 2 seconds on a picture with your cursor to show the image.
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-12-15
Ngày Phát Hành 2014-12-15
Nhà Phát Triển mamaorha
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}