Kosher Chrome

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

Wat is Kosher Chrome?

Kosher Chrome is een Chrome-extensie ontwikkeld door mamaorha, en de belangrijkste functie is "No images, stay 2 seconds on a picture with your cursor to show the image.".

Download het CRX-bestand van de extensie Kosher Chrome

Download Kosher Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Kosher Chrome Kosher Chrome
ID ekdgaoikjklhncnbafkchpjbfjpgmcjh
Officiële URL https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh
Beschrijving No images, stay 2 seconds on a picture with your cursor to show the image.
Bestandsgrootte 194 KB
Aantal Installaties 10
Huidige Versie 1.1
Laatst Bijgewerkt 2014-12-15
Publicatiedatum 2014-12-15
Ontwikkelaar mamaorha
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}