Kosher Chrome

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

Kosher Chrome क्या है?

Kosher Chrome mamaorha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No images, stay 2 seconds on a picture with your cursor to show the image."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kosher 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"
    }
}