Kosher Chrome
No images, stay 2 seconds on a picture with your cursor to show the image.
Vad är Kosher Chrome?
Kosher Chrome är en Chrome-tillägg utvecklad av mamaorha, och dess huvudfunktion är "No images, stay 2 seconds on a picture with your cursor to show the image.".
Ladda ner Kosher Chrome-förlängningens CRX-fil
Ladda ner Kosher Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
No images, stay 2 seconds on a picture with your cursor to show the image.
Grundläggande Information om Tillägg
Namn | |
ID | ekdgaoikjklhncnbafkchpjbfjpgmcjh |
Officiell webbadress | https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh |
Beskrivning | No images, stay 2 seconds on a picture with your cursor to show the image. |
Filstorlek | 194 KB |
Antal Installationer | 10 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-12-15 |
Publiceringsdatum | 2014-12-15 |
Utvecklare | mamaorha |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |