Kosher Chrome
No images, stay 2 seconds on a picture with your cursor to show the image.
Cos'è Kosher Chrome?
Kosher Chrome è un'estensione di Chrome sviluppata da mamaorha, e la sua funzione principale è "No images, stay 2 seconds on a picture with your cursor to show the image.".
Scarica il file CRX dell'estensione Kosher Chrome
Scarica i file di estensione Kosher Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
No images, stay 2 seconds on a picture with your cursor to show the image.
Informazioni di Base sull'Estensione
Nome | |
ID | ekdgaoikjklhncnbafkchpjbfjpgmcjh |
URL Ufficiale | https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh |
Descrizione | No images, stay 2 seconds on a picture with your cursor to show the image. |
Dimensione del File | 194 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-12-15 |
Data di Pubblicazione | 2014-12-15 |
Sviluppatore | mamaorha |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |