Kosher Chrome
No images, stay 2 seconds on a picture with your cursor to show the image.
Hvad er Kosher Chrome?
Kosher Chrome er en Chrome-udvidelse udviklet af mamaorha, og dens hovedfunktion er "No images, stay 2 seconds on a picture with your cursor to show the image.".
Download Kosher Chrome-udvidelses-CRX-fil
Download Kosher Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
No images, stay 2 seconds on a picture with your cursor to show the image.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ekdgaoikjklhncnbafkchpjbfjpgmcjh |
Officiel URL | https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh |
Beskrivelse | No images, stay 2 seconds on a picture with your cursor to show the image. |
Filstørrelse | 194 KB |
Antal Installationer | 10 |
Nuværende Version | 1.1 |
Senest Opdateret | 2014-12-15 |
Udgivelsesdato | 2014-12-15 |
Udvikler | mamaorha |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |