Kosher Chrome
No images, stay 2 seconds on a picture with your cursor to show the image.
Co to jest Kosher Chrome?
Kosher Chrome to rozszerzenie Chrome opracowane przez mamaorha, a jego główną funkcją jest „No images, stay 2 seconds on a picture with your cursor to show the image.”.
Pobierz plik CRX rozszerzenia Kosher Chrome
Pobierz pliki rozszerzeń Kosher Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
No images, stay 2 seconds on a picture with your cursor to show the image.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ekdgaoikjklhncnbafkchpjbfjpgmcjh |
Oficjalny URL | https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh |
Opis | No images, stay 2 seconds on a picture with your cursor to show the image. |
Rozmiar pliku | 194 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-12-15 |
Data Publikacji | 2014-12-15 |
Deweloper | mamaorha |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |