Kosher Chrome

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

Qu'est-ce que Kosher Chrome ?

Kosher Chrome est une extension Chrome développée par mamaorha, et sa fonction principale est "No images, stay 2 seconds on a picture with your cursor to show the image.".

Télécharger le fichier CRX de l'extension Kosher Chrome

Téléchargez les fichiers d'extension Kosher Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Kosher Chrome Kosher Chrome
ID ekdgaoikjklhncnbafkchpjbfjpgmcjh
URL Officiel https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh
Description No images, stay 2 seconds on a picture with your cursor to show the image.
Taille du Fichier 194 KB
Nombre d'Installations 10
Version Actuelle 1.1
Dernière Mise à Jour 2014-12-15
Date de Publication 2014-12-15
Développeur mamaorha
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}