NoLike ImageViewer

View posted images right on your news feed without open or like the site

¿Qué es NoLike ImageViewer?

NoLike ImageViewer es una extensión de Chrome desarrollada por westito, y su función principal es "View posted images right on your news feed without open or like the site".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión NoLike ImageViewer

Descarga archivos de extensión NoLike ImageViewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre NoLike ImageViewer NoLike ImageViewer
ID mdedagicpdhjlildnilfjocbkienadfh
URL Oficial https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh
Descripción View posted images right on your news feed without open or like the site
Tamaño del Archivo 89.45 KB
Cantidad de Instalaciones 61
Versión Actual 1.2
Última Actualización 2014-06-25
Fecha de Publicación 2014-06-25
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador westito
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}