NoLike ImageViewer
View posted images right on your news feed without open or like the site
Co to jest NoLike ImageViewer?
NoLike ImageViewer to rozszerzenie Chrome opracowane przez westito, a jego główną funkcją jest „View posted images right on your news feed without open or like the site”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NoLike ImageViewer
Pobierz pliki rozszerzeń NoLike ImageViewer 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
Most of funsites want you to like page to view content or picture. With this extension you can view the posted picture right on your news feed without open or like the site. Usage: Move your cursor over the image. If it's from external site, the bigger picture will appear.
Podstawowe informacje o rozszerzeniu
Nazwa | NoLike ImageViewer |
ID | mdedagicpdhjlildnilfjocbkienadfh |
Oficjalny URL | https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh |
Opis | View posted images right on your news feed without open or like the site |
Rozmiar pliku | 89.45 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-06-25 |
Data Publikacji | 2014-06-25 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | westito |
Typ Płatności | free |
Obsługiwane Języki | en,hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appSortName__", "description": "__MSG_appDesc__", "version": "1.2", "default_locale": "en", "content_scripts": [ { "js": [ "nolike.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "128.png", "16": "128.png", "48": "128.png" }, "manifest_version": 2, "permissions": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ] } |