NoLike ImageViewer
View posted images right on your news feed without open or like the site
Co je NoLike ImageViewer?
NoLike ImageViewer je rozšíření Chrome vyvinuté westito, a jeho hlavní funkcí je „View posted images right on your news feed without open or like the site“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NoLike ImageViewer
Stáhněte si soubory rozšíření NoLike ImageViewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | NoLike ImageViewer |
ID | mdedagicpdhjlildnilfjocbkienadfh |
Oficiální URL | https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh |
Popis | View posted images right on your news feed without open or like the site |
Velikost souboru | 89.45 KB |
Počet instalací | 61 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2014-06-25 |
Datum Vydání | 2014-06-25 |
Hodnocení | 2.00/5 Celkem 1 Hodnocení |
Vývojář | westito |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |