Reddit Image Hover Previewer

View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.

¿Qué es Reddit Image Hover Previewer?

Reddit Image Hover Previewer es una extensión de Chrome desarrollada por JYC Media, y su función principal es "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reddit Image Hover Previewer

Descarga archivos de extensión Reddit Image Hover Previewer 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

                        View images on Reddit without the need to open new tabs or click away. View .JPG, .GIF, .MP4, .GIFV and many other file types as you hover over an image link without the need to browse away from r/All or a subreddit.

Always and forever free and 100% SPAM Free.

Instructions: Hover your mouse over a Reddit post headline, if it's an image an image preview will appear in the top right corner of the screen. See screenshot.                    

Información Básica de la Extensión

Nombre Reddit Image Hover Previewer Reddit Image Hover Previewer
ID keelohagemgepigpaphfmifcbkdckoea
URL Oficial https://chrome.google.com/webstore/detail/reddit-image-hover-previe/keelohagemgepigpaphfmifcbkdckoea
Descripción View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.
Tamaño del Archivo 62.28 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.21
Última Actualización 2015-02-18
Fecha de Publicación 2015-02-18
Calificación 3.55/5 Total de 11 Calificaciones
Desarrollador JYC Media
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Image Hover Previewer",
    "description": "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.",
    "version": "1.21",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.min.js",
                "Background.js"
            ]
        }
    ]
}